body {
	background-image: url(assets/enter_bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: underline;
}

#header {
	position: absolute;
	height: 545px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(assets/enter_header_bg.jpg);
	background-repeat: repeat-x;
}
#flashcontent {
	position: absolute;
	height: 400px;
	width: 647px;
	left: 0px;
	top: 143px;
}
#entertext {
	position: absolute;
	height: 100px;
	width: 300px;
	top: 545px;
	right: 0px;
}

