/* CSS Document */

#homeButtons {
	width: 796px;
	height: 94px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:#666666;
}

#homeButtons a {
	display:block;
	float:left;
	height: 94px;
	text-decoration:none;
	background-position: 0 -131px;
	background-repeat:no-repeat;
}

#homeButtons a:hover {
	background-position: 0 -12px;
}


#homeContent {
	position: absolute;
	top: 186px;
	left: 0px;
	width: 796px;
	height: 316px;
	text-align:center;
}

#terms {
	font-size: 10px;
	width: 796px;
	margin: 3px auto 0px auto;
	position: relative;
	text-align:center;
}