body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990099; 
	background-color: #000099;  
}


#wrapper {
	position: relative;
	width: 778px;
	margin-right: auto;
	margin-left: auto;	
}	
	
#header {
height: 149px;
background-image: url(images/hometop.jpg);
background-repeat: no-repeat;
}

#content {
	background-image: url(images/homebk1.gif);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	min-height: 600px;
	padding: 0px 0px 0px 0;
	font-size: small;


}

* html #content { /* IE ignores the * html so sees this as #content */
	height: 600px; /* IE thinks height means min-height */
}



#welcometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #990099;
	position: absolute;
	text-align: center;
	top: 170px;
	left: 285px;
	width: 300px;
	border: 0px;
	
}

#wallogo {
	position: absolute;
	text-align: left;
	top: 570px;
	left: 10px;
	width: 88px;
	height: 32px;
	border: 0px;
	z-index: 13;

}

#newsheadlines {
	position: absolute;
	text-align: center;
	top: 543px;
	left: 477px;
	width: 280px;
	height: 80px;
	border: 2px
	
}

#counter {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-align: middle;
	top: 542px;
	left: 10px;
	width: 200px;
	height: 19px;
	z-index: 10;

	
}

#footer {
	position: absolute;
	top: 570px;
	left: 95px;
	background-color: #009900;
	margin: 0 0px 0 0px;
	text-align: center;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #003300;
	width: 660px;
	height: 70px;
	z-index: 12;







} 

#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	background-color: none;
	color: #FF9933;
}

a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	background-color: none;
	color: #FF0000;
}

