body {
	text-align:center;
	margin: 0;
	padding: 0;
	background:#E7E9E9;
	background: url(images/BG.gif);
	background-repeat:repeat;
}
	
#content {
	text-align:left;
	width:960px; /* or a percentage, or whatever */ 
	position: relative;
	top: 0px;
	background:#FFFFFF;
	padding: 20px;
	margin: 20px;

}

#footer {
	text-align:center;
	width:960px; /* or a percentage, or whatever */ 
	position: relative;
	top: 0px;
	background:none;
	padding: 20px;
	margin: 20px;

}

.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
	line-height: 14px;
	margin-top: -14px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
	line-height: 14px;
}

.numbers {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
	line-height: 14px;
	margin-bottom: -3px;
}

.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
	line-height: 14px;
	margin-top: -14px;
}

.footercopy a:link {
	color: #ACACAC;
	text-decoration: none;
}

.footercopy a:hover {
	color: #666666;
	text-decoration: none;	
}

.footercopy a:visited {
	color: #ACACAC;
	text-decoration: none;
}

a:link {
	color: #ACACAC;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #66FFFF;
	text-decoration: none;	
}

a:visited {
	color: #ACACAC;
	text-decoration: underline;
}
