body{
	width:100%;
	height:100%;
	background:#ffffff;
	padding:0;
	margin:0;
}

#container{
	width:800px;
	height:100%;
	margin:0 auto;
}
#intro{
	position:absolute;
	top:50%;
	width:800px;
	height:600px;
	margin-top:-300px;
}