@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(../images/index_bg_below.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000000;
	height: 100%;
	}
html {
	height: 100%;
}
#wrapper {
	height: 95%;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../images/index_bg_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}



#index {
	background-attachment: scroll;
	background-image: url(../images/index_logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 190px;
	width: 566px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#index a {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 566px;
	text-align: center;
	padding-top: 160px;
}
#index a:hover {
	color: #999999;
}



#footer {
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	font-weight: bold;
}

