html, body {
	min-height:100%;
	height:auto !important;
	height:100%;
	background:#8f9093 url('../img/bg_side_shadows.jpg') repeat-y fixed center;
	margin:0;
}
* html #wrapper { /* IE6 Fix for 100% height */
	height:100%;
}
#wrapper {
	clear:both;
	height:558px;
	width:1000px;
	min-width:1000px;
	background:url(../img/bg_middle.gif) top repeat-x;
	margin:0 auto;
	font:62.5%/1.6em Arial, Helvetica, Verdana, Sans-serif;
	color:#666;
}
#wrapper a {
	color:#395b89;
	font-size:1.1em;
	text-decoration:none;
}
#wrapper a:hover {
	text-decoration:underline;
}
/* BEGIN: User promted if latest Flash Player not installed */
#prompt {
	margin:483px 40px 0 0;
	text-align:right;
}
/* END: User promted if latest Flash Player not installed */
#splash {
	position:absolute;
	top:5em;
	width:1000px;
}
#logo {
	float:left;
	padding:2em 0 0 4em;
}
#mainlinks {
	float:right;
	padding:2em 4em 0 0;
}