

body {
	margin: 0;
	padding:0;

	
 	
 color: #000000;
	text-align: center;
	
	background:#000000

 
 }

.linker {text-decoration:none}
.linker:link {color: #000000}
.linker:visited {color: #000000}
.linker:hover {color: #996600}
.linker:active {color: #000000}




#bar-top {
 width: 800px; 
 height: 70px; 
 position:relative;
 background: #000000
 color: #333333;
 border: solid #000000;
 border-width: 2px 2px; 
 margin:3% 15% 0 15%;


}


#bar-menu {

width: 800px; 
 height: 22px;
 position:relative; 
 background: #c0c0c0; 
 border: solid #000000; 
 border-width: 2px 2px;
 margin:0 15% 0 15%;
 background-image:url(../images/site/menubg.jpg)
 


}

#bar-name {

width: 300px; 
 height: 20px;
 position:relative; 
 background: #c0c0c0; 
 color: #333333;
 border: solid #000000; 
 border-width: 2px 2px;
 margin:0 15% 0 15%;



}

#bar-bottom {
 width: 800px; 
 height: 15px;
 position:relative; 
 background: #c0c0c0; 
 color: #999999;
 border: solid #000000; 
 border-width: 2px 2px;
 margin:0 15% 0 15%;
  opacity: 0.5;
 }

#content { 
 width: 800px;

 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background: #ffffff;
 color: #333333;
 overflow: auto;
 margin:0 15% 0 15%;
 
 background:url(../images/site/mainbg.jpg)


 }
