@charset "UTF-8";

body {
	background-color: #000000;
	background-position: top center; 
	background-image: url(../images/hpbg_1.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 100%;
}


hr {
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #D80000;
	width:100%;
}

#content {
	padding-top: 20px;
}

#contenttable {
	background-image:url(../images/bg_content.png);
	background-repeat: no-repeat;
	background-position: top;
}

#contenttable_bottom {
	height: 460px;
	background-image:url(../images/bg_content_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
