/* CSS Document */

<style type="text/css">
<!--
body {
	background-color:#ffffff;
}

/*  DIV ID SECTION START */

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:800px;
	height:328px;	
	padding:272px 0px 0px 0px;	
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	background-color:#7D303E;
	text-align:center;	
}

</style>
