HTML 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

BODY 
{
	font-family:Arial, Helvetica, sans-serif;
  	background: white;
  	margin: 0px auto;
  	padding: 0px;
}

A {
	outline: none;
}

#header {
	font-family:Arial, Helvetica, sans-serif;
	height: 30px;
	background: url("../images/logo.gif");
	border-bottom: 1px white solid;
}

#mainContent {
	font-family:Arial, Helvetica, sans-serif;
	height: 300px;
	width:800px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	height: 25px;
	background: white;
	border-top: 1px white solid;
}


FIELDSET {
	width: 800px;
	margin: auto;
}

