html,body { 
	color: #ffffff; 
	font-family: "Arial";
	background: #699efe url("../img/body-bg.jpg") no-repeat center; 
	margin: 0; 
	padding: 0; 
	height: 100% 
}
* {
margin: 0 auto;
padding: 0;
}

#shim {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -302px;
float: left;
}


#container {
position: relative;
top: -290px;
width: 950px;
height: 600px;
_margin-left: 148px;
clear: both;
background: #3E5A7F url(../img/content-bg.jpg) no-repeat center;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
}

/*Hide from IE5Mac \*//*/
div#shim {
display: none;
}

html, body {
height: auto;
}
/* end hack */
/* ]]> */



