#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:900px;
  height: 100%;
  margin: auto;
  background-image: url(../images/page-bg.jpg);
  background-position: center top;
}
a:visited { 
	color: #FFFFFF;
	text-decoration: underline; 
	}
p {font: 12px arial, tahoma, verdana, sans-serif; color: #FFFFFF; padding: 12px 0 8px 0; margin: 0; font-weight: bold;}

ul {
list-style-type: circle;
background-image: none;
text-align: left;
font: 12px arial, tahoma, verdana, sans-serif;
font-weight: bold;
color: #FFFFFF;
height: 80px;
width: 663px;
margin: auto;
padding: 12px 0 8px 0;
}

a:hover {
	color: #666666;
	text-decoration: underline;
	}
a:active { 
	color: #FFFFFF;
	text-decoration: underline; 
	}
