body 
{
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:active{

text-decoration:none;
}

a:hover{text-decoration:underline; background:#fff;}

a:visited{color:#00CCFF}


.main{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
	padding:20px;
	width:820px;
	display:block;
}

ul{}

ul li{list-style:none; width:200px;}
ul li a:hover{list-style:none; text-decoration:none; background:#aee1fc; width:200px;}
ul li a:visited{list-style:none; color:#fff}
ul li a{list-style:none; text-decoration:none; width:200px;}
