*{ 
	padding: 0; 
	margin: 0; 
	border: 0; 
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #DBFFCB;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
#superContainer {
	width: 920px; /*center design*/
	text-align: left;
	height: 650px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
	
#flashContainer {
	height: 650px;
	width: 920px;
}
#footer {
	height: 100px;
	width: 900px;
	background-image: url(images/accoLogo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 10px;
}
