body
{
	background: #020210;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	color: #999;
}

a
{
	color: #eee;
}

a:hover
{
	color: #30E562 !important;
}

#browser
{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #061A4F;
}

#browser span.number
{
	color: #DEE152;
}

#browser a, #browser span
{
	margin: 0 10px;
	width: 100px;
}

#browser a
{
	text-decoration: none;
	color: #eee;
}

#browser a:hover
{
	color: #fe6;
}

#main
{
	margin: 50px auto;
	text-align: center;
}

#main img
{
	padding: 5px;
	background: #000;
	border: 1px solid #181840;
}

#footer
{
	font-size: 70%;
	color: #444;
}

#footer a
{
	color: #666;
}

