body {
	padding: 0px;
	position:absolute;
	top: 50%;
	left: 50%;
	width:955px;
	height:600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -477px; /*set to a negative number 1/2 of your width*/
}
	
