@charset "UTF-8";

body{
	margin:0;
	padding:0;
	/*background-image:url(../images/brtransFADE.png);
	background-repeat:repeat-x;
	background-position:0 250px;*/
	background-color:#51290B;
/*	background-color:#e9e2ce;
*/	}



#main_wrap {
	height: 600px;
	width: 900px;
	padding:10px;

	background-color:#D2C6A0;
	border:2px solid #5f3811;
	
}
#shadow{
	height:640px;
	width:940px;
	background-image:url(../images/shadow.png);
	background-repeat:no-repeat;
	background-position:bottom;
		margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#operator{
	width:900px;
	height:475px;
	position:relative;
	top:-480px;
	left:-3px;
	z-index:3;
	display: block; 
	visibility:hidden;
	background-color:#C8BD98;
	
}
#mapcontainer{
	width:900px;
	height:475px;
}

#content {
	height: 475px;
	width: 900px;
	/* background: white; */
	color: #bcbcbc;
}



#mapButton{
	width:109px;
	height:29px;
	z-index:3;
	position:relative;
	left:255px;
	top:-530px;
	background-color:#06F;
}

#mapButton a, #mapButton a:link{
	width:109px;
	height:29px;
	text-decoration:none;
	display:block;
}

a.whtlnk, a.whtlnk:link, a.whtlnk:visited{
	color:#C8BD98;
}
a.whtlnk:hover{
	color:#999;
}
