/****
Basic
****/
	
	a { color:black; text-decoration:none; }
	a:hover { text-decoration:underline; }
	html { overflow-y: scroll; font-family:Arial, Helvetica, sans-serif; }
	body { text-align:center; margin:0 auto; background:url(../images/bg.gif) repeat-x #5da69e; font-size:17px; }
	img { border:0px; }
	
/******
Classes
******/

	.zeroMargin { margin:0 auto; }
	.linkTable { width:95%; margin-top:15px; margin-bottom:25px; }
	
	/*images*/
	.footerBottom { width:782px; height:20px; }
	.headerImage { width:560px; height:48px; }
	.WebsiteSubmit { width:185px; height:61px; padding-top:8px; }
	.circle { width:782px; height:425px; }
	
	/*text*/
	.orangeText { color:#f28705; }
	.note { font-size:12px; }
	
/*****
Layers
*****/

	div#pagewrapper { margin:0 auto; width:782px; margin-top:25px; }
	div#content { /*border:1px solid black;*/ position:relative; margin-top:-450px; width:782px; height:425px; }
	div#footer { border:1px solid #f28705; width:782px; margin:0 auto; background:#f2f2f2; padding-top:15px; padding-bottom:15px; }
	div#footerTextBottom { padding-top:10px; font-size:12px; padding-bottom:50px; }
	
/*****
Result
*****/
	
	