﻿body {
height:450px;
background-color: Black;
color:White;
background-position: center top;
background-repeat: no-repeat;
}
.indexbody{
 background-image:url(../images/home_content.jpg);
 border:solid 0px red;
 background-repeat: no-repeat;
 height:425px;
 float:left;
 width:1000px;
}
.contentbody{
 background-image:url(../images/content_bg.jpg);
 border:solid 0px red;
 background-repeat: no-repeat;
 height:425px;
  float:left;
  width:1000px;
}

.divheader{
 background-image:url(../images/header.jpg);
 background-repeat:no-repeat;
 width:1000px;
 height:94px;
 border:solid 0px red;
 float:left;
}
.divfooter{
 border:solid 0px red;
 background-image:url(../images/footer_bg.jpg);
 background-repeat:no-repeat;
 width:1000px;
 height:101px;
 float:left;
}


/*menu bar*/
.divmenuunsel{
width:130px; 
height:30px; 
background-color:#140A00; 
color:#FFFFFF; 
float:left; 
text-align:right; 
vertical-align:middle; 
font-size:12px; 
margin-top:20px; 
}


#memberbar
{
  margin-top:30px;
  width:175px;
  padding:0px;
  margin:0px;
  text-align:right;  
  float:left;
   
}
#memberbarli
{	margin: 0;
	padding: 0;
	z-index: 30;	
}
#memberbar li
{	
  margin: 0;
	padding-top:5px;
	list-style: none;
	float: left;
	font: bold 12px arial;	
	 
}
#memberbar li a
{	
  display: block;
	margin:5px 5px 0px 5px;
	padding: 4px 10px;
	height:20px;
	background: #140A00;
	color: #FFF;
	text-align: right;
	text-decoration: none;
	width:165px;
}
#memberbar li a:hover
{	background: #736455;
  color:#FC9325;
}

#memberbar .memberbarsel
{
  background-color: #736455;
  color:#FC9325;
}
#memberbar .memberbarunsel
{
  background-color: #3B8FCD;
}
.main{
width: 100%;
text-align: -moz-center;
}