a:link {
	color:#999999;
	text-decoration:none;
}

a:visited {
  color: #666666;
  text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#666666;
}





/*-------------------------
layout
---------------------------*/

body {
	background-color:#000000;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#999999;
	

}
#index-main {
	width:800px;

}
#index-main-left{
	float:left;
	width:160px;
	height:492px;

}
#index-main-right{
	float:right;
	width:640px;
	height:492px;

}

#index-bottom {
	width:800px;
	color:#999999;
	
}
#index-bottom2 {
	width:800px;
	color:#999999;
	font-size:12px;
	
}

