body {
	width: 100%;
	height: 100%;
	min-width: 800px;
	background-color: #000000;
	font-family: Georgia, serif;
	font-size: 0.9em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.body-container {
	
}

.top {
	background: #000000 url('pic/top.jpg') no-repeat top center;
	color: #ffffff;
	height: 230px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.inter-top {
	width: 100%;
	height: 42px;
	background: #ffffff url('pic/intertop.jpg') repeat-x top;
}

.inter-top img {
	margin-top: 5px;
	margin-left: 50px;
}

.middle {
	position: absolute;
	top: 272px;
	background-color: #ffffff;
	height: 500px;
	width: 100%;
	min-width: 800px;
	overflow: hidden;
}

.middle .container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 80000px;
	height: 500px;
}

.middle .container .main {
	float: left;
	width: 2000px;
	height: 500px;
	background: #ffffff url('pic/middle-home1.jpg') no-repeat top center;
	text-align: center;
	margin-left: 0px;
}

.middle .container .main .box {
	position: absolute;
	width: 706px;
	height: 426px;
	left: 650px;
	top: 35px;
	overflow: hidden;
}

.middle .container .main .box .transparency {
	width: 700px;
	height: 420px;
	position: absolute;
	background-color: #ffffff;
	border: 3px solid #e9e9e9;
	top: 0px;
	left: 0px;
	opacity:0.2;
	filter:alpha(opacity=20);
}

.middle .container .main .box .content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: justify;
	font-size: 1.2em;
	color: #000000;
	padding: 20px;
}

.middle .container .main .box .content h1 {
	color: #000000;
	font-size: 2.2em;
	font-weight: normal;
	text-align: left;
	margin-top: 45px;
}

.middle .container .main .box .content p {
	color: #000000;
	font-size: 1.0em;
	text-align: left;
}

.middle .container .main .box .content a {
	color: #000000;
	text-decoration: none;
}
.middle .container .main .box .content a:hover {
	text-decoration: underline;
}

.middle .left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 23px;
	height: 500px;
	background: url('pic/left.jpg') no-repeat top left;
	opacity:0.3;
	filter:alpha(opacity=30);
}

.middle .right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 23px;
	height: 500px;
	background: url('pic/right.jpg') no-repeat top left;
	opacity:0.3;
	filter:alpha(opacity=30);
}

.inter-footer {
	position: absolute;
	top: 772px;
	left: 0px;
	width: 100%;
	height: 14px;
	background: #ffffff url('pic/interfooter.jpg') repeat-x top;
}

.footer {
	position: absolute;
	top: 786px;
	background-color: #000000;
	color: #ffffff;
	height: auto;
	width: 100%;
	margin-bottom: 0px;
}

.footer p {
	margin: 5px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}