body, html{
	background-color:#CCCCCC;
	margin:0px;
	padding:0px;
}

#container{
	position: absolute; 
	left: 50%;
	top:50%;
	width:960px;
	margin-left: -480px;
	height:550px;
	margin-top: -275px;
	z-index:2;
}

