html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #636362;
}

#supercontainer {
	position: relative;
	width: 740px;
	padding: 0px;
	margin: auto;
}

#container {
	position: relative;
	float:left;
	width: 724px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#footer_marquee {
	position: relative;
	float: left;
	width: 724px;
	height: 80px;
	height: 65px;
	background-color: #FFFFFF;
	padding-top: 15px;
}

#footer {
	position: relative;
	float: left;
	width: 724px;
	height: 55px;
	background-image:url('../images/footer_gradient.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	border: none;
	border-top: 1px solid #B9B9BA;
	text-align: center;
}

#footer_text {
	position: relative;
	top: 20px;
	color: #B9B9BA;
	font-size: 10px;
}

#footer_text a {
	color: #B9B9BA;
	text-decoration: none;
}
