* { margin: 0; padding: 0; border: 0; }

html { background: #fff url(global_bg.png) repeat; }
body {
	font: 11px/12px Verdana, sans-serif;
	color: #000;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}

div#flash {
	width: 807px; 
	height: 180px; 
	margin: 0 auto;
}

div#container {
	width: 767px; 
	background: #fff url(main_bg.gif) repeat-y; 
	margin: 0 auto;
	min-height: 200px;
	padding: 20px 20px 20px 20px;
}

div#footer {
	width: 787px;
	margin: 0 auto 10px auto;
	padding: 20px 20px 0 0;
	background: url(footer_bg.png) no-repeat 0 0;
	text-align: right;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover { text-decoration: none; }
