body {
	background-color: #666666;
}

#container {margin-left:auto; margin-right:auto; width:700px;}
.header {height:241px;}
.nav {height:33px;}
.bodytext {height:100%; background-image:url(../images/body.jpg); background-repeat:repeat-y; padding-left:10px; padding-right:10px; padding-top:10px;}
.footer {height:10px; background-image:url(../images/footer.jpg)}
.credits {height:34px; font-size:12px;}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #990033;
}
a:active {color: #ffffff;
	text-decoration: none;
}