@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2c2c2c;
	margin: 0px;
	color: #FFFFFF;
}
#info {
	padding: 10px;
}
#maincontent {
	clear: both;
}
#logo {
	float: left;
	height: 150px;
}
a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

