body {
	margin-top: 0px;
	background-color: #CC0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/website_bg.gif);
	background-repeat:repeat-x;
	background-position:center top;
}
#holder{
	top: 0px;
	position: absolute;
	margin-left: -200px;
	left: 50%;
	width:400px;
}
#flashholder{
	top: 49px;
	position: absolute;
	margin-left: -375px;
	left: 50%;
	width:750px;
	border: 1px solid #ffffff;
}
#content{
	border: 1px solid #ffffff;
	height: 510px;
}
h1{
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	}
p{
	color: #fff;
	font-size: 70%;
	line-height: 1.6em;
}

a{
	color: #fff;
	font-weight: bold;
}
a:hover{
	color:#ccc;
}
#logo{
	position: absolute;
	top: 85px;
	left: 30px;
}
#enterbutton{
	position: absolute;
	top: 80px;
	left: 260px;
}
#text{
	position: absolute;
	top: 180px;
	left: 30px;
	width: 400px;
}
p.smaller{
	font-size: 60%;
}
.imgborder{
	border: 5px solid #fff;
	}

