@charset "utf-8";
/* CSS mainbase -------------------------------------------------------------------------- */
html, body { height:100%; }

body {
	padding:0;
	margin:0;
	text-align:center;
	background-color:white;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:#333333;
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	background-image:url(../upload/img/grad_bg.jpg);
	background-repeat:repeat-x;
	font-size: 100.1%;
}
#base {
	margin: 0 0 0 -440px;
	position: absolute;
	left: 50%;
	width:880px;
	border: none;
	border-left: dotted 1px #777575;
	border-right: dotted 1px #777575;
	background-color:white;
}
#base2 {
	width:880px;
	height: 100%;

}
#core {
	margin: 0 0 0 -442px;
	position: absolute;
	left: 50%;
	width:884px;
	border: none;
	background-image:url(../upload/img/grad_bg.jpg);
	background-repeat:repeat-x;
	text-align:right;
	font-size: 0.69em;
}
#lfosp {
	width: 300px;
	height: 20px;
	float:left;
	text-align: left;
	margin: 30px 0px 0px 5px;
	color:rgb(0,0,0);
}
#rfosp {
	width: 537px;
	height: 20px;
	float:right;
	text-align: right;
	margin: 30px 5px 0px 0px;
	color:rgb(0,0,0);
}
#head {
	width: 860px;
	height: 150px;
	text-align: right;
	border: none;
	margin-top: 50px;
	padding: 10px;
	background-color:white;
	border-top: dotted 1px #777575;
	background-image:url(../upload/img/header.jpg);
	background-repeat:no-repeat;
}
#leco {
	width: 555px;
	border: none;
	margin: 0px 5px 0px 0px;
	padding: 30px 50px 0px 40px;
	text-align: left;
	float:left;
	font-size: 0.69em;
	line-height: 1.7em;
	position:relative;
}
#rime {
	width: 220px;
	border: none;
	text-align: left;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	font-size: 0.69em;
	position:relative;
}
#fosp {
	width: 840px;
	clear:right;
	padding:10px;
	text-align: right;
	margin: 10px;
	border-top: dotted 1px #777575;
}
#footer { width: 880px; height:15px; clear:both; }