/* CSS Document */
body {
	background-color: #666;
}

#container {
	position:absolute;
	top:50%;
	left:50%;
	width:760px;
	height:520px;
	padding:0;
	margin-left: -380px;
	margin-top: -260px;
}
