/* CSS Document */
* {
	padding:0;
	margin:0;
}

body {
	background-color: #fff;
}

#outer {
	position:absolute;
	top: 50%;
	width: 100%;
	height: 640px;
	background: #fff;
	margin-top: -320px;
}
#container {
	position:absolute;
	top:50%;
	left:50%;
	width:720px;
	height:640px;
	margin-left: -360px;
	margin-top: -320px;
}