body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font:11px arial,verdana,sans-serif;
}



#header {
	background: url("images/header.jpg") no-repeat;
    width: 1000px;
    height: 296px;
    margin:0 auto;
	}


#content {
	width:960px;
	background-image:url(images/contentbg.png);
	background-repeat:no-repeat;
	background-position:center;
	height:760px;
	}
#text{
	width:500px;
	margin:0px auto;
	height:100px;
	display:block;
	padding:125px 0px 0px 0px;
}
#form{
	text-align:right;
	width:300px;
	margin:0px auto;
}

#flashcontent{
	width:565px;
	height:412px;
	display:block;
	clear:both;
	margin:0px auto;
}

#wrap{
	width:960px;
	margin:0px auto;
}

p.enter{font-size:24px; color:#990000;}

p.enter a{font-size:24px; color:#990000; text-decoration:none; font-weight:bolder;}
P.enter a:hover{text-decoration:underline;}
