	/* CSS global reset for all browsers */ 
	* {
		padding: 0;
		margin: 0;
	}


	/******* main *******/			
			
html, body, #contents {
	width: 100%;
	height: 100%;
}
/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}


			
	body, p, td {
		font-family: Century Gothic, Verdana, Arial; 
		font-size:11pt ; 
		font-weight:normal; 
		line-height: 18px;
		color: #007700;
	}

	body {
		margin: 0;
 		background: url(../images/body/bg.jpg) repeat-y;

	}
	
.gainlayout {zoom: 1;}

 
	a, a:visited {
		color: #007700;
		font-size: 11pt;
		text-decoration: none;
	}
	
	
	
		
	#contents {
		margin: 0 auto;
		width: 500px;
	}
	
	#main {
		text-align: center;
		padding-top: 62px;
		margin-top: 25%;
		background: url(../images/goinggreen.gif) no-repeat top center;
	}

	
	#footer {
		position: absolute;
		bottom: 0;
		text-align: left;
		width: 370px;
		background: url(../images/bioh-logo.gif) no-repeat top right;
		padding-top: 68px;
		padding-right: 160px;
		padding-bottom: 68px;
	}


	#enterwebsite {
		text-align: right;
		padding-right: 30px;
		padding-top: 5px;
	}
	#enterwebsite a {
		text-decoration: underline;
	}






	
	
