#container {	width: 800px;	Min-height: 650px;	margin-right: auto;	margin-left: auto;	overflow: visible;	background: white;	height: 700px;}#back {	width: 800px;	Min-height: 700px;	height: auto;	margin-top: 0;	margin-right: auto;	margin-left: 50px;	right: auto;	left: auto;	top: 0;	overflow: visible;	background: no-repeat url(images/back.png);	position: static;	visibility: visible;}#navbox {	height: 30px;	width: auto;	top: 430px;	position: relative;	border: 0 none;	float: left;	margin-left: 75px;}#nav {	height: 40px;	width: auto;	float: left;	text-align: center;	color: #f4cf39;	vertical-align: middle;	font: 18px Verdana;	margin-right: 15px;	margin-left: 15px;}#textbox {	min-height: 40px;	top: 440px;	position: relative;	border: 0 none;	margin-left: 50px;	text-align: left;	overflow: visible;	float: left;	clear: both;	height: 300px;	width: 560px;}.body {	font: 13px/20px verdana;	color: #000000;	text-align: left;}a {	color: black;	text-decoration: underline;	}a:hover {	color: blue;	text-decoration: none;}