body {
	background-attachment: fixed;
	background-color:#000000;
	background-repeat: no-repeat;
	margin: 0px;
	background-position: right center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}

.chromestyle{
	width: 530px;
	font-weight: bold;
	left: 50%;
	float: right;
	margin-top: 25px;
}


.bottomnavigation{
	width: 550px;
	font-weight: normal;
	position: absolute;
	margin-left:-100px;
	left: 50%;
	float: right;
	margin-top: 5px;
}



.bottomnavigation ul li{
display: inline;
}

.bottomnavigation ul li a{
	color: #FFFFFF;
	font-size: 10px;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;

}
.bottomnavigation ul li a:hover, .bottomnavigation ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #f60011;
}



.bottomnavigation2{
	width: 100%;
	font-weight: normal;
	left: 50%;
	float: right;
	margin-top: 5px;
	padding-top: 500px;
}

.bottomnavigation2 ul{

width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.bottomnavigation2 ul li{
display: inline;
}

.bottomnavigation2 ul li a{
	color: #FFFFFF;
	font-size: 10px;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;

}
.bottomnavigation2 ul li a:hover, .bottomnavigation2 ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #f60011;
}


.logo_style{
	width: 300px;
	font-weight: bold;
	left: 50%;
	float: left;
	margin-top: 50px;
}


	<!-[if IE 6]>
.join_style{
	width: 129px;
	font-weight: bold;
	left: 50%;
	float: left;
	 margin-top: 5px;
margin-left: 470px;
}
<![endif]->


.join_style{
	width: 129px;
	font-weight: bold;
	left: 50%;
	float: left;
	 margin-top: 5px;
margin-left: 200px;
}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-bottom: 1.5px solid #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}


.chromestyle ul li{
display: inline;
}





.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}



.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #e82f27;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Optima;
line-height:18px;
z-index:100;
background-color: black;
width: 150px;
visibility: hidden;

 /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/

text-decoration: none;
font-weight: bold;
color: black;
color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image:url(../images/bg-link.jpg);
color:#FFFFFF;
}

