﻿html
{
overflow-y: scroll;
}
body
{
	background:#E1E1E1;
	color:#7B7B7B;
	font-family:arial;
}
.mainbody
{
	background:transparent  url(../images/bg.jpg) top left;
	width:850px;
	text-align:center;
}
.mainbody h2
{
	color: #FFCD01;
	height:15px;
	line-height:15px;
}
.mainbody h3
{
	line-height:15px;
	height:15px;
	color: #05CDFF;
	padding-bottom:2px;
}
.tab
{
	background:transparent  url(../images/sc.png) top right no-repeat;	
	text-align:center;
	height:450px;
}
.menu ul
{
	list-style:none;
	margin:2px;
	padding:0px;
	float:left;
	width:68px;
}
.menu ul li
{
	width:68px;
	list-style:none;
	text-decoration:none;
	float:left;	
	height:20px;
	line-height:20px;
}
.menu ul li:hover
{
	list-style:none;
	text-decoration:none;
	background:#05CDFF;
	color:white;
	height:20px;
	line-height:20px;
}
.menu ul li a
{
	color:#7B7B7B;
	height:20px;
	line-height:20px;
	font-size:12px;
	text-decoration:none;
	width:68px;
	background:transparent;
}
.menu a:hover
{
	color:white;
	width:68px;
	height:20px;
	line-height:20px;
}
