@charset "UTF-8";


html, body {
	background-color: #FFFFFF;
	height: 100%;
	padding: 0;
	text-align: center;
	margin-top: 20;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #AFA2A2;
	text-align: right;
	background-image: url(../images/homepage/footer_ampersand.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
	padding-top: 20px;
	line-height: 16px;
}

#footer a, a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AFA2A2;
	color: #AFA2A2;
}

#footer a:hover, a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A92725;
	color: #A92725;
}
#forceScroll {
	display: block;
	height: 650px;
	width: 900px;
}
