* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Helvetica, sans-serif;
	background-color:#000000;
	overflow: auto;
}

#container { 

    width:975px; 
	height: 700px;
    margin: 0px auto; 
	margin-top: 10px;
	overflow:hidden;
	background-color:#000000;
	background-image:url(../bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FFFFFF;
	line-height: 160%;
	
} 


#logo { 

 
	color: #ffffff; 
    width:160px; 
    height: 62px; 
	margin: 0px;
	
	float:left;


} 

#menu { 

    height:65px; 
    width: 835x; 
    color: #ffffff; 
	margin-left: 0px;
	padding-top: 53px;
	margin-left: 190px;
	font-size: 12px;
	
} 

#bottom { 

	color: #ffffff;
    width:975px; 
    height: 30px;
	top: 580px;
	position: absolute;
	font-size: 13px;

} 


#content{
	overflow:hidden;
	width:947px;
	position:relative;
	left: 14px;
	height:435px;
	float:left;
	z-index: 1;
}

#content a{
	color: #F7931D;
	
	text-decoration:none;
}

ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.section{
	width:2980px;
	position:relative;
}

.section .sub{
	position:relative;
	float:left;
	
	width:967px;
	height:435px;
	line-height:1.4em;
}

.section .next, .section .prev{
	font-size:18px;
	position:absolute;
	bottom:15px;
	letter-spacing:-2px;
}
.section .next{
	right:30px;
}
.section .prev{
	left:30px;
}

div.fadehover {
	position: relative;
	/* z-index: 2; */
	margin-left: 721px;
	top: 250px;
}


 
img.a {
	position: absolute;
	left: 0;
	top: 0;
    z-index: 10;
	}
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	 z-index: 9;
}


