@charset "utf-8";
/* CSS Document */

#content {
	background-image: url(../images/splash_bgr.jpg);
	background-repeat: repeat-x;
	height: 450px;
}
#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	vertical-align: bottom;
	padding-top: 80px;

}
body {
	margin: 0px;
	background-color: #CCCCCC;
}
.flash_align {
	clear: both;
	margin-top: 50px;
	margin-right: 200px;
	margin-left: auto;
	float: right;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
