/* CSS Document */

html,body{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#E8E7E7;
}
* {
	margin:0;
	padding:0;
	font-size:13px;
	font-family:"Trebuchet MS";
}
.content {
	margin:0 auto;
	width:1036px;
	height:678px;
}