@charset "utf-8";
/* CSS Document */

body{
	margin:0px auto ;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000
}

#container{


    margin:0px auto ;
	position:relative;
	
	
	width:970px;
	
	
	text-align:center;
	overflow:hidden;
} 

#left{
	float:left;
	width:280px;
	height:610px
	
	
	  
	padding:2px 2px 2px 2px;
	
} 

#right{
	float:left;
	margin:15px 5px 5px 5px;
	width:590px;
	heigh:610px
	
	

} 

#right a{color: #0000FF;}

#right a:hover{color: #FF0000}

#right li{ list-style: none}





