<!--
body {
	margin: 0px;
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px; 
	position: relative; 
	width: 100%; 
	min-width: 600px
}
div {
	border: none;
}
#header {
	position: absolute;
	right: 0px;
	height: 60px;
	width: 80%;
	left: 150px;
}
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	min-width: 120px;
}
#body {
	margin: 80px 50px 0px 160px;
}
#footer {
	clear: both;
}
#footer .date {
	float: left;
	text-align: left;
}
#footer .contact {
	float: right;
	text-align: right;
}
-->