body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F60;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 100%; */
	background-color: #000000;
	background-image: url(image/feartek2.jpg);
}
#container {
	position: relative;
	margin: auto; /* this overrides the text-align: center on the body element. */
} 
#mainContent {
	position: relative;
	width: 800px;
	margin: auto;	/* border: 1px solid #FFFFFF; */
	background-image: url(image/backdrop.jpg);
	border: thin solid FF6600;
}

/*a:link {color: #FF6600;  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none;}

a:visited {color: #FF6600;  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none;} 

a:active {color: #FF3300;  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none;} 

a:hover {color: #CC0000;  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline overline; }
*/


a:link {
color: #00CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
color: #00CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}
	
a:active {
color: #00CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
color: #00FF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
} 
#counterphp {
	position: relative;
	text-align: center;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

