@charset "iso-8859-1";
/* CSS Document */
body {
	background-color: #000;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logo {
	width: 700px;
	margin-top: 25%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #FFF;
}
#logo img {
	float: left;
	margin-right: 30px;
}
#logo li {
	font-weight: bold;
	list-style-type: none;
	margin-top: 1.5px;
}
#logo li a {
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}
#logo li a:hover {
	color: #00ABEF;
}
