#viewport {
	background-color:#efefef;
	text-align:center;
	width:850px;
	margin: 0 auto;
	padding:0;
	border:1px solid #ffffff;
}
* html #viewport {
	width:850px;
}
.minwidth {
	min-width:850px;
}
/* header styles */
#logo {
	left:680px;
}
/* nav styles */
#nav ul {
	width:705px;
}
/* footer styles*/
#footer ul {
	margin:auto;
	padding:0;
	list-style:none;
	display:block;
	width:665px;
	overflow:auto;
}

