html {
background:none repeat scroll 0 0 #F9F7E6;
}
body {
	background-image: url(http://streamline.dev.wizbit.net/backgrounds/background_main.png);
	min-width:inherit;
	width:auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color:#F9F7E6;	
}

.above_body, .body_wrapper, .below_body {
	
	min-width:650px;
	width:900px;
}

.above_body {
	margin-left:20px;
	
	background-position:center top;
}

.basetext {
color:#2D6993;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
}
.css-menu ul{
	z-index:1100;
}
.navbar {
color:#333;
height:20px;
	z-index:50;
	padding-top:10px;
}
.navbar li{
	float:left;
	margin-right:10px;
}
.navbar .popupbody li {
	
	float:none;
}
.popupbody li > a, .popupbody li > label {
	background-color:#fff;
	color:#333;
}
.navbar .popupbody ul {
	width:100%;
}

.body_wrapper {
	clear:both;
}

