object.footer {
  width:100%;     
}

body {
	margin: 0;
	padding:0;
	width:100%;
	height: 100%;
	background: #F5F6F8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
}
#center {width:800px; height:600px; position: absolute; top:50%; left:50%; margin-top:-300px; margin-left: -400px;}
