﻿#outer {
	width: 1000px;
	position: relative;
	margin: 0px auto 0px auto;
	height: auto;
}
.Banner-top {
	width: 1000px;
	height: auto;
}
body {
	background-color: #D9DEDF;
}
.Copyright {
	width: 980px;
	height: 20px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E3E7E8;
	padding-top: 10px;
	padding-bottom: 10px;
}
#read-more {
	float: right;
	font-family: arial;
	font-size: 12px;
	color: #CC0000;
}
