body {
  font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #555455;
	color: #555455;
	font-size: 12px;
	background-image: url(./images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}

td {
  vertical-align: top;
	}
img {
  border: 0;
	}
h1 {
  font-size: 20px;
	margin: 0 0 10px 0;
	color: #2a8036;
	}


.container {
  position: relative;
	margin: 0 auto;
	width: 900px;
	}

.head {
  position: absolute;
	top: 0;
	left: 60px;
	width: 825px;
	height: 103px;
	background-image: url(./images/head.gif);
	}
.head-date {
  position: relative;
	top: 4px;
	left: -25px;
	color: #fff;
	text-transform: uppercase;
	}

.index-main {
  position: absolute;
	top: 125px;
	left: 35px;
	width: 841px;
	height: 474px;
	background-image: url(./images/home-main.gif);
	}
.main {
  position: absolute;
	top: 125px;
	left: 35px;
	width: 841px;
	height: 474px;
	background-image: url(./images/main.gif);
	}

.content {
  position: absolute;
	top: 10px;
	height: 454px;
	left: 204px;
	width: 616px;
	overflow-y: scroll;
	padding: 0 10px;
	}

.index-menu {
  position: absolute;
	top: 59px;
	left: 14px;
	}

.foot {
  position: absolute;
	top: 609px;
	left: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 75px;
	width: 841px;
	}
.footright {
  position: absolute;
	top: 0;
	right: 0;
	}
.foot a {
  color: #fff;
	}
.flash {
  position: absolute;
	top: 10px;
	left: 355px;
	}