@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	font-size:12px;
}
#all_container {
	position:relative;
	width:100%;
	height:900px;
	margin:0;
	padding:0;
	background-image: url(images/index/top_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*TOP Start*/
#top {
	position:relative;
	width:1000px;
	height:70px;
	margin:0;
	padding:0;
}
#logo {
	position:absolute;
	width:190px;
	height:45px;
	top:25px;
	left:20px;
}
/*TOP End*/

/*Center Start*/
#center {
	position:relative;
	width:1000px;
	height:750px;
	margin:0;
	padding:0;
	background-image: url(images/index/center_background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#left {
	position:absolute;
	width:350px;
	height:580px;
	top:0;
	left:0;
}
#lable{
	position:absolute;
	width:350px;
	height:130px;
	text-align:right;
	top:0;
	left:0;
}
#pwid{
	position:absolute;
	width:350px;
	height:33px;
	top:130px;
	left:0;
	text-align:right;
	padding: 7px 0 0 0;
	background-image: url(images/index/pwid_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#news{
	position:absolute;
	width:330px;
	height:150px;
	top:170px;
	left:20px;
}
#news_title{
	position:absolute;
	width:330px;
	height:35px;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
#news_table{
	position:absolute;
	width:330px;
	height:115px;
	top:35px;
	left:0;
}
#question{
	position:absolute;
	width:330px;
	height:150px;
	top:320px;
	left:20px;
}
#question_title{
	position:absolute;
	width:330px;
	height:35px;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
#question_table{
	position:absolute;
	width:330px;
	height:115px;
	top:35px;
	left:0;
}
#ad{
	position:absolute;
	width:330px;
	height:60px;
	top:320px;
	left:20px;
}

#right{
	position:absolute;
	width:650px;
	height:580px;
	top:0;
	left:350px;
	background-image: url(images/index/swf_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#centerbottom{
	position:absolute;
	width:339px;
	height:247px;
	padding:0 0 0 10px;
	top:379px;
	left:0;
}
/*Center End*/

/*Bottom Start*/
#bottom{
	position:relative;
	width:100%;
	height:150px;
	background-color:#ececec;
}
#bottom_logo{
	position:absolute;
	width:210px;
	height:99px;
}
#info{
	position:absolute;
	width:780px;
	height:120px;
	top:0;
	left:210px;
	text-align:right;
	padding:0px 10px 0 0;
}
/*Bottom End*/
