/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 100%;
	margin-bottom: 100%;
}
a:link {
	color: #000000;
	text-decoration: none; 
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#background1 {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	background-color:#FFFFFF;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#background2 {
	position: absolute;
	height: 452px;
	width: 100%;
	background-color:#000000;
	z-index: 2;
	left: 0px;
	top: 99px;
}
#logo {
	position: absolute;
	margin-top: 2px;
	height: 71px;
	width: 200;
	left: 10%;
	color:#00FF00;
	z-index: 50;
}
#image {
	position:absolute;
	top: 100px;
	width: 800px;
	height: 450px;
	background-color: #FFFFFF;
	background-position: center;
	left: 20%;
	right: 20%;
	z-index: 10;
}
#copywright {
	position: absolute;
	margin-top: 575px;
	height: 15px;
	width: 100%;
	color: #CCCCCC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	z-index: 100;
}
