body {
	height:100%;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

#container{
	position:absolute; 
	width:1194px; 
	left:50%; 
	margin-left:-597px; 
	height:774px;
	top:50%;
	margin-top:-387px;
}

#content{
	position:absolute; 
	width:994px; 
	margin-left:100px; 
	height:540px;
	margin-top:117px;
}
