* {
margin:0; padding:0;
}


body{
	width:100%;
	min-width: 800px;
	font-size:12px;
}


#links{
	width:100%;
	margin:0 auto;
	list-style-type:none;padding:20px 0 0 0;
	float:none;
	text-align:center;
}
#links ul{
	list-style-type:none;
	width:100%;
	margin-bottom:.5em;
	border-top:1px solid #222;
	text-align:center;
}
#links ul li{
	width:24.9%;
	display:inline;
	float:left;
}
#links a{
	text-align:center;
	text-decoration:none;
	display:block;
	padding:0.3em 20px 0.3em 10px;
	border-bottom:1px solid #222;
	height:15px;
}
#linklist a {
	color:#fff;
	background:#191919;	
}
#linklist a:visited {
	color:#fff;
}
#linklist a:hover{
	background:#B3D169;
	color:#191919;
}


