html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, a 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
fieldset /* necessary to remove the "border: 0" assignment above */
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

img, div{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	/*background-color: #6095C1;*/
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;

}
#topbackground{
	/*
	background-color: #6095C1;
    */
}
#bottombackground{
	/*
    background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-color: #6095C1;
    */
}

.centerBox{
	width: 757px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

