body{
	padding:0;
	margin:0;
	overflow: hidden;
	background-color:#333434;
}
#content{
	position:absolute;
	height: 675px;
	top: 50%;
	margin-top: -338px;
	
	width: 1260px;
	left: 50%;
	margin-left: -630px;
}