﻿*{
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:20px;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

a{
	color: #676767;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
body {
	font-family: "宋体", sans-serif;
	text-align:center;
	background-color:#FFFFFF;
	color:#3e4649;
}
#box{
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
}
#header{
	clear: both;
	float: left;
	height: 387px;
	width: 1004px;
	background-image: url(../images/bar_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#corp{
	clear: both;
	float: left;
	height: auto;
	width: 1004px;
	margin-top: 0px;
}
#left{
	clear: left;
	float: left;
	height: auto;
	width: 220px;
	text-align: left;
	overflow: hidden;
	background-color: #eeeeee;
	padding: 0px;
}
#main{
	float: right;
	height: auto;
	width: 772px;
	text-align: left;
	clear: right;
	background-image: url(../images/csb_07.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
}
#footer{
	clear: both;
	float: left;
	height: 78px;
	width: 1004px;
	background-image: url(../images/foot_bg.gif);
	background-repeat: repeat-x;
}

/*\*/
#left,#main{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#left,#main{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}
@media all and (min-width: 0px) {
	#left,#main
	{
		padding-bottom: 0 !important;
		margin-bottom: 0 !important; 
	}
	#left:before,#main:before
	{
		content: '[DO NOT LEAVE IT IS NOT REAL]';
		display: block;
		background: inherit;
		padding-top: 32767px !important;
		margin-bottom: -32767px !important;
		height: 0;
	}
}
/**/
