@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	color:#FFF;
	background-image:url(bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#a37b5d;
	font-size:11px;
}

html,body{
	width:100%;
	height:100%;
}


a img{border:0px;}

.wrapper{
	position:absolute;
	width:100%;
	height:100%;
}
.mainflash{
	position:relative;
	width:100%;
	height:100%;
}

.bottom{
	d//isplay:none;
	width:938px;
	position:absolute;
	left: -1px;
	top: 515px;
	z-index:10;
}



.form{
	display:none;
	width:938px;
	border:1px solid #a07628;
}

.panel{
	background-image:url(bgbottom.jpg);
	height:167px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#f5dfb4;
}

.panel a{
	color:#f5dfb4;	
}
.paneldrop{
	background-color:#100702;
	border:1px solid #000;
	color:#f5dfb4;
	width:132px;
	font-size:11px;
}

.panelcheck{
	background-color:#100702;
	border:1px solid #a07628;
	
}

.featuredimg{
	border:1px solid #a07628;
}
form{
	margin:0px;
	padding:0px;
}

.content{
	padding:20px;
	color: #a37b5d;
}
.content a:visited, .content a:link, .content a:active { text-decoration:underline; color: #a37b5d; }
.content a:hover { text-decoration:none; }

.footer{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}

.footer a{
	color:#a37b5d;
	text-decoration:none;
}
