/* CSS Document */

#outer
      {
	position: absolute;

	width: 100%;
	height: 644px;

	background-image: url(../images/splash_back_rep.jpg);
	background-repeat: repeat-x;
	background-position: center top;
      }
#mainarea {
	height: 211px;
	width: 538px;
	background-image: url(../images/splash_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 431px;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #b0a201;
	}
.footerlinks, a.footerlinks:link, a.footerlinks:visited{
	color: #3E560A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
		font-size: 10px;
}

a.footerlinks:hover{
	color: #DDD980;
	text-decoration: none;

}

