html {
	background:#FFF;
}
#containerIndex {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 630px;
	margin-top: -315px;
	margin-left: -450px;
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 610px;
	margin-top: -305px;
	margin-left: -400px;
}