@charset "utf-8";

A:link {text-decoration: none; color:#f75b20;}
A:visited {text-decoration: none; color:#e4551e;}
A:active {text-decoration: none; color:white;}
A:hover {text-decoration: underline; color:white;}

html {}

body { 
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45%;
	margin: 0 auto;
	padding: 0;
background-color:#000000;
scrollbar-base-color:#000000;
scrollbar-arrow-color:"#ffffff";
scrollbar-3dlight-color:"#f75b20"; 
scrollbar-shadow-color:"#f75b20";
scrollbar-darkshadow-color:red; 
scrollbar-face-color:"#000000"; 
scrollbar-highlight-color:#000000; 
}

#bg {
	background-image: url(test2/img/bg1.jpg);
	background-repeat: repeat;
	z-index: 2
	}


#content {
	margin: 0px auto;
	width:100%;
	background-image:url(test2/img);
	position:relative;
	height:374px;
	z-index:1;
}


p {
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
	
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00538F;
	margin: 0 auto;
	padding: 0;
	background-color:transparent;
	letter-spacing:0px;
	text-align:center;
	}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

img 
{
 border:0;
}










