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

body {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	background-color:#000000;
}
h1 {
	font-size: 22px;
	font-weight: normal;
}
#logo {
	position: absolute;
	height: auto;
	top: 5%;
	left: 0;
	color: #FFF;
	width: 180px;
	padding: 10px;
	z-index: 9999;
	background-image: url(images/panelbg.png);
	background-repeat: no-repeat;
}
a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
	outline: none;
}
img {
	margin: 0px;
}
#logo ul li {
	list-style-type: square;
	color:#999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#logo p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#about {
	color: #FFF;
	padding: 20px;
	z-index: 9999;
	background-image: url(images/panelbig.png);
	background-repeat: no-repeat;
	width: 300px;
	position: absolute;
	height: auto;
	top:5%;
	right:0;
}
#rcontent {
	color: #FFF;
	margin-left:220px;
	margin-top: 5%;
}

#floater	{float:left; height:50%; margin-bottom:-120px;}
#content	{clear:both; height:240px; position:relative;}
