/* CSS Document */
body {background-color:#000000;
	margin:0;
	padding:0;
	background-image: url(index_background_33pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	margin:0 auto;
	width:1000px;

	height: auto:
	text-align: center;
	float: none;
	}
#text {
	width:300px;
	height: 450px;
	background-image: url(index_text.gif);
	}
#enter {
	width:280px;
	height: 150px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-align: right;
	padding-right: 0px;
	margin-right: 20px;
	}
	a:link {color: #00FF00; text-decoration:none}
	a:active {color: #FF0099;}
	a:visited {
	color: #00FF00;
	text-decoration: none;
}
	a:hover {
	color: #FF0099;
	text-decoration: none;
}

