 body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	   scrollbar-face-color:#236E8E;
   scrollbar-arrow-color:#ffffff;
   scrollbar-track-color:#000000;
   scrollbar-shadow-color:#000000;
   scrollbar-highlight-color:#000000;
   scrollbar-3dlight-color:#000000;
   scrollbar-darkshadow-Color:#000000;
	
	
	}
	
 #wrapper {
	position:relative;
	width:800px;
	background-image:url(../images/interface/background.jpg);
	background-repeat:no-repeat;
	margin:auto;
	height:600px;
	z-index:0;
	}
	
 #indexwrapper {
    position:relative;
	width:800px;
	margin:auto;
	height:600px;
	}

 h1 {
	font-size:15px;
	color:#000000;
	margin:0;
	padding:0;
	}

 p {
 	font-size:12px;
	color:#ffffff;
	}
	
 .listbox {
 	font-size:12px;
	color:#FFFFFF;
	border: 1px solid #ffffff;
	background-color:#000000
	}
	
.largepicture {
	border: 4px solid #000000;
}	
.thumb {
	border: 3px solid #000000;
	}