body{
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	background: #aaa url(bg.jpg) repeat-y center;
}

#content{
	margin: auto;
	width: 450px;
	color: #fff;
}

#content li{
	padding-top: 2px;
	padding-bottom: 2px;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	color: #fcfe17;
}

a:visited{
	color: #999;
}