body{
	background-color:#8A93CD;
}

#outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 450px;
	margin-left: -350px; /* half of width */
	margin-top: -225px;  /* half of height */
}
