html {	height: 100%;}
body {	background-color: WHITE; height: 100%;
	margin: 0px; font-family: cursive;} /* height must stay 100% */
h1,h2,h3 {	color: BLACK; text-align: center;}
ul {	list-style: none;}
img {	border: 0; display: block; margin-left: auto; margin-right: auto;}

#container {
	background-image: url(v2background980.jpg);  /* some background should be chosen */
	min-height: 100%; width: 980px; /* some width should be chosen */
        margin-left: auto; margin-right: auto;}
#content {
	overflow:auto;
	padding-bottom: 115px;}  /* must be same height as the footer */#navitems {
	overflow:auto; padding-top: 10px; padding-bottom: 10px;
	padding-left: 125px;}
#navitems ul {
	margin: 0;}
#navitems li {
	float: left; font-size: 1.75em;}
#navitems li a {
	display: block; width: 100px; text-align: center; color: GRAY;
	background-color: WHITE; border: 1px solid WHITE; padding: 30px;}
#navitems li a:hover {
	 color: BLACK; background-color: #D3D3D3;}
#foot {	position: relative;
	margin-top: -115px; /* negative value of footer height */
	clear:both;}
#foot p {text-align: right; margin: 0;}
#foot a {margin: 0; padding: 0;}
