#container
{
	width:850px;
	height:1050px;
	border-radius:15px;
	moz-border-radius:25px;
	background-color:black;
	position:relative;
	margin:auto;
}

#header
{
	width:850px;
	height:100px;
	border-radius:15px;
	moz-border-radius:25px;
	position:absolute;
	margin:0px;
	margin-top:0px;
}

#banner
{
	width:850px;
	height:150px;
	background-color:black;
	position:absolute;
	margin-top:100px;
}

#nav
{
	width:850px;
	height:50px;
	background-image: url(navi2.jpg);width:850;height:50;
	position:absolute;
	margin-top:250px;
}

#content
{
	width:600px;
	height:700px;
	background-color:gray;
	position:absolute;
	margin-top:300px;
}

#footer
{
	width:850px;
	height:50px;
	border-bottom-right-radius:0.5em;
	border-bottom-left-radius:0.5em;
	background-image: url(navi2b.jpg);
	position:absolute;
	margin-top:1000px;
}

#update
{
	width:250px;
	height:700px;
	background-color:#5C5C5C;
	position:absolute;
	margin:0px;
	margin-left:600px;
}




#main{
	background:grey;
	height:700px;
	width:600px;

	position:absolute;
	margin-top:0px;
	margin-left:0px;
}
th{
	height:10px;
	width:50px;
	text-align:center;
	font-size:12px;
}



a:visited{
	color:white;
	text-decoration:none;
}