.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

html, body {
	height: 100%;
	font-family: verdana;
}

body {
	background-color: #000000;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

a {
	color: #FFFFFF;
}

#site_wrapper {
	width: 700px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index:1;
}

#topbar {
	margin-top: 30px;
	height: 30px;
	padding-bottom: 10px;
}

.topbar_icon {
	float:right; 
	padding-right:13px;
}

#menu {
	height: 40px;
	background-color: #383737;
}

.menu_item {
	float: left;
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 12px;
	width: 219px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family:Arial, sans-serif;
}

.menu_item a {
	color: #FFFFFF;
	text-decoration: none;
}

.selected_tab {
	background-color:#AFAFAF;
	color: #000000;
}

.selected_tab a {
	color: #000000;
}