html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	min-width: 800px;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	background: #008c8c url(images/background.jpg) top left repeat-x; 
	overflow:hidden;
}

p, form, h1, h2, h3, ul
{
margin: 0;
padding: 0;
}

#container
{
margin:auto;
	width: 800px; /*An auto centering layer, width must be assigned*/
	height: 551px;
	min-height: 551px; /* Compliant browser height, This will fill entire browser window height */
	clear:both;	
	text-align: left;/*text align must be declared in all items due to 'text-align: center;' being in the body tag*/
	position:relative;
	padding-top: 0px;
}


#containerholder
{
	margin-top:50px;
	width: 800px; /*An auto centering layer, width must be assigned*/
	height: 551px;
	padding-top: 0px;
}



#container p
{
width:250px;
float:left;
margin-top:20px;
color:#FFFFFF;
font-size:10px;
}


#container a
{
float:right;
text-decoration:none;
margin-top:20px;
color:#FFFFFF;
font-size:10px;
}