h1 {
	font-size: 50px;
	font-family: "Century Gothic Bold";
	color: #99cc00;
}
h2 {
	font-size: 24px;
	color: #99cc00;
	font-family: "Century Gothic Bold";
}
h3 {
	font-family: "Abadi MT Condensed Light";
	font-size: 20px;
}
h4 {
	font-family: "Abadi MT Condensed Light";
	font-size: 12px;
}
.maincontent {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 25%;
	top: 0px;
}
.content {
	background-image: url(http://fall09-2.graphicinterfacedesign.com/bwatts/html/images/bally.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 170px;
	left: 6px;
}
.whitebox {
	background-color: #FFFFFF;
	position: absolute;
	height: 700px;
	width: 558px;
	left: 189px;
	top: 20px;
}
