body {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	color: #A4A4A4;
	background: #474747;
}
a {border: none; 
color: #A7A7A7;
text-decoration: none;
}
a:hover{text-decoration: underline;}
a  img{border: none;}

#logo{
margin-bottom:20px;
border-bottom: 10px dotted #A4A4A4;
}
#options {
overflow: hidden;
}
li {
	background: #303030;
	float: left;
	list-style: none;
	width: 175px;
	height: 175px;
	margin-right: 10px;
	margin-bottom: 10px;
}

li:hover {
	background: #3C3C3C;
}

li p {
	margin:8%;
}