* 
{/*clear all default padding and margins*/
	margin: 0;
	padding: 0;
}

body 
{
	font:76.5%/1.7 Lucida Grande, Lucida Sans, Arial, sans-serif;
	text-align: center;
	background-color: #abdeff;
	background: url(images/background.png) repeat;
}


#main
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	background-color: #ffffff;	
}

#footer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	background-color: white;			
	border-top: 1px solid #cccccc;
}

label.error 
{
	font-size: 12px; 
	color: red;
}
