@charset "utf-8";
/* CSS Document */

body{
background-color:#090400;
line-height:1.5;
font-size:80%;
}

#wrap{
height: 850px;
position:relative;
}

#fla{
height: 850px;
background-image:url(../img/no-flash.jpg);
background-repeat:no-repeat;
}


h1{
font-size:80%;
margin:5px 60px;
color:#999999;
}

#no-flash{
display:block;
position:absolute;
width:510px;
padding:10px 30px;
top:130px;
left:200px;
background-color: #131313; 
filter: Alpha(opacity=60); 
opacity: .6; 
color:#FFFFFF;
}

h2{
font-size:120%;
color:#d4976f;
margin-bottom:1em;
}

.enter{
display:block;
position:absolute;
top:580px;
left:280px;
}

.exit{
display:block;
position:absolute;
top:590px;
left:510px;
}


#news{
display:block;
position:absolute;
width:420px;
padding:10px 30px;
top:660px;
left:240px;
background-color: #000000; 
filter: Alpha(opacity=60); 
opacity: .6; 
color:#FFFFFF;
}



#footer {
	text-align: center;
	margin-top: 24px;
	}
#footer .copyRight {
		background: url(../img/footer_foot.gif) left bottom no-repeat;
		font-size: 85%;
		color: #fff;
		text-align: center;
		padding: 4px 0;
		}
#footer #footerInner {
		background: #820000 url(../img/footer_head.gif) left top no-repeat;
		text-align: left;
		padding: 10px 0 0;
		margin: 0 auto;
		width: 800px;
		}
#footer ul {
		text-align: center;
		}
#footer ul#footerList li {
		margin: 0 8px;
		display: inline;
		}
#footer ul#footerList li a {
		color: #ccc;
		text-decoration: none;
		}
#footer ul#footerList li a:hover {
		text-decoration: underline;
		}












.red{
color:#ad020e;
}
