body, html {height: 100%;}
#outer {height: 100%; overflow: visible;} /* or without overflow */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5e205e;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#container {
	height: 100%;
	width: 750px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 auto;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
}
#top {
	float: left;
	height: 30px;
	width: 750px;
	padding-top: 75px;
	text-align: center;
	background-color: #7b007b;
	background-image: url(images/header.gif);
}
#mainarea {
	float: left;
	width: 730px;
	padding: 10px;
	text-align: justify;
	list-style-type: disc;
	list-style-position: inside;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#top a:link, a:visited {
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
}
#sideboxes {
	float: left;
	width: 125px;
	margin-right: 10px;
}
#eqcreative {
	float: left;
	height: 30px;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
#eqcreative a:link, a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#eqcreative a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
#titlebox {
	height: 25px;
	width: auto;
	background-image: url(images/headerunderline.gif);
	float: none;
	margin-bottom: 5px;
}
