body {
	background-color: #400000;
	margin: 0px;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7C7266;
	font-size: 11pt;
	background-image: url(images/enter_bg1.jpg);
}
a:link {
	color: #7C7266;
}
a:visited {
	color: #7C7266;
}
a:hover {
	color: #E5DDB6;
	text-decoration: none;
}
a:active {
	color: #7C7266;
}
#header {
	position: absolute;
	height: 500px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(assets/enter_header_bg.jpg);
	background-repeat: repeat-x;
}
#flashcontent {
	position: absolute;
	height: 400px;
	width: 900px;
	left: 0px;
	top: 100px;
}
#entertext {
	position: absolute;
	height: 100px;
	width: 300px;
	top: 500px;
	right: 0px;
}
