@charset "utf-8";

/* CSS Document */
html,
body
{
	height: 100%;
	padding:0;
	margin:0;
}

body
{
	min-height: 600px;
	min-width: 1000px;
	height:100%;
	text-align: center;
	background-color:#200000
}

#homepage { position:absolute; z-index:1; width:100%; left:0; height:100%; min-height:600px; min-width:1000px;}

.toppane
{
	margin-top: -300px; /* SecondDIV高度的一半  */
	float: left;
	width: 100%;
	height: 50%;
}

.mainpane
{
	clear: both;
	overflow: auto;
	width:100%;
	height: 600px;
	text-align: center;
}

.top { width:100%; }

.content
{
	background-color:#000000;
	height:350px;
}

.pane{ width:1000px; margin:auto}

.content_left
{
	float:left;
	width:100%;
	height:100%;
	margin-left:-600px;
}

.info { margin:0 0 0 600px;}

.info img
{
	margin-top:135px;
	display:block;
}

.CopyRight a:hover { color:#666; }

.CopyRight a { color:#ccc; text-decoration:underline }

.CopyRight
{
	margin-top:130px;
	font-size:9px;
	line-height:12px;
	text-align:center;
	font-family:"Franklin Gothic Book";
	display:block;
	color:#CCCCCC
}

.content_right
{
	float:left;
	width:600px;
}

.bottom { background-color:#250000 }

.bottompane
{
	background-color:#250000;
	height:50%;
	position:absolute;
	z-index:0;
	width:100%;
	bottom:0;
	left:0
}

.ContentPane
{
	padding:0 10px;
	width:180px
}

.LeftPane
{
	padding:0 10px;
	width:180px;
}

.RightPane
{
	padding:0 10px;
	width:180px
}

.menu_style{ position:absolute; top:50; left:0; z-index:5}
.menu_style a{ color:#200000}