html {
	margin: 0px;
	padding: 0px;
	margin-top:0px;
	}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#282828;
	line-height: 12px;
	background:#6699FF;
	
}
<!---background-image:url(/images/bgbody.jpg);	background-repeat:repeat-x;--->
#site-wrapper {
	position: relative;
	padding-top: 2px;
	width: 800px;
	padding-bottom: 17px;
	margin-bottom:20px;
	margin-top:6px;
	margin-left:auto;
	margin-right:auto;
}

* html div#site-wrapper {
	width: 800px;
}

#footer {
background-image:url(/images/jhffcFooter.jpg);
background-repeat:no-repeat;
background-position:top;
height:150;
text-align:center;
font-size:10px; font-family:Georgia, "Times New Roman", Times, serif;
margin-left:auto;
margin-right:auto;
}

#bodyContent{
margin-left:auto;
margin-right:auto;
margin-bottom:40;
background-color:#EDEDED;
}

#bodyText{
margin-top:20px;
margin-left:20px;
margin-right:60px;
margin-bottom:40;
background-color:#EDEDED;
}

a:link, a:visited {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration:none;
}
a:hover, a:active {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;	
}
