html, body {
	height: 100%;         /* required */
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0px;            /* required to "hide" distance div */
	background-color: #000;
	background-repeat: no-repeat;
	background-image: url('../i/bg.jpg');
	background-position: center center;
	
}	


#header {
	width: 100%;
	height: 111px;
	margin: auto;
	background-color: #D1DD27;
	border-bottom: 3px solid white;
}

#container {
	width: 900px;
	margin: auto;
}
#links {
	width: 890px;
	background-image: url('../i/linkbg.jpg');
	height: 24px;
	color: #fff;
	font-family: "Helvetica";
	font-size: 12px;
	text-align: left;
	padding: 13px 0 0 10px;
}

#links a{
	text-decoration: none;

	color: #fff;
}

#links a:hover{
	color: #7A3870;
}

#subftr {
 width: 100%;
 padding: 5px 0 10px 0;
 color: #808285;
 font-family: "Verdana";
 font-size: 9px;

}

#subftr a{
text-decoration: none;
 color: #808285;
}
#content {
	width: 100%

	text-align: left;
	font-family: Verdana;
	font-size: 13px;
	color: #F5F5F5;
	background: #fff;
	}

#footer {
	font-size: 12px;
	font-family: helvetica;
	width: 900px;
	height: 86px;
	width: 100%;
	border-top: solid white 3px;
	background-image: url('../i/ftrbg.jpg');
	background-repeat: repeat-x;
	text-align: left;
	color: #fff;
 }

.img {
border: none;
text-decoration: none;
 }

a img {
border: none;
text-decoration: none;
	}
	
h1 {
	color: #F69321;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
}