@charset "utf-8";
body {
	background-color: #FF6E00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}
.logoholder {
	margin: 0px;
	padding: 0px;
	top: 0px;
	position: absolute;
	overflow: auto;
	clear: none;
	float: left;
	height: 220px;
	width: 564px;
	left: 0px;
	z-index: 1;
}
.topad {
	top: 40px;
	right: auto;
	bottom: auto;
	left: 564px;
	position: absolute;
	overflow: auto;
	height: 136px;
	width: 650px;
	margin: 0px;
	clear: both;
	float: right;
	padding: 0px;
	z-index: 2;
}
.home {
	text-align: center;
	position: absolute;
	overflow: visible;
	height: 95%;
	width: 95%;
	left: auto;
	top: 230px;
	right: auto;
	bottom: auto;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: auto;
	margin-bottom: auto;
	padding: 2px;
	clear: both;
	float: none;
}
