﻿/*蔚蓝色天空-首页CSS*/
/*===============================================*/
html{
	filter: gray;
}
/*body*/
body{
	margin: 0px;
}
/*外表格*/
#OutsideTable{
	height:100%;
	width: 100%;
	margin-top: 7%;
	margin-bottom: auto;
}
/*主表格*/
#MainTable{
	height: 418px;
	width: 980px;
}
/*左边扩展*/
.LeftSideBorder{
	background-image: url(images/index_01.gif);
	background-repeat: repeat-x;
	width: 50%;
}
/*右边扩展*/
.RightSideBorder{
	background-image: url(images/index_07.gif);
	background-repeat: repeat-x;
	width: 50%;
}
/*
#Content {
	visibility: hidden;
}

顶部扩展
.TopSideBorder{
	height: 55%;
}
底部扩展
.BottomSideBorder{
	height: 45%;
}*/
.Copyright{
	font-family: "微软雅黑", "Arial Unicode MS", Arial, Georgia, Verdana;
	font-size: 9px;
	text-align: right;
	color: #999999;
	right: 80px;
	float: right;
	padding-right: 20px;
	visibility: inherit;
	overflow: hidden;
}
a{
	font-family: "微软雅黑", "Arial Unicode MS", Arial, Georgia, Verdana;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
a:hover{
	color: #0066CC;
	text-decoration: none;
}
#Statistics{
	visibility: hidden;
}

