@charset "utf-8";
	
	/* hide from ie on mac \*/
	html {
	height: 100%;
	overflow: visible;
	font-size: 12px;
	text-align: center;
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #020100;
	}
	
	
	#flashcontent {
		height: 100%;
		color:#ebd28b;
	font-family: Arial, Helvetica, sans-serif;
	}

#wrapper_inner {
	width: 1045px;
	background-image: url(../images/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 767px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	outline:none;
}
#enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7a7a7a;
	float: left;
	width: 380px;
	margin-top: 350px;
	line-height: 1.7em;
}
.click {
	font-size: 12px;
}




a:link {
	color: #91620a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B3780D;
}
a:hover {
	text-decoration: none;
	color: #B3780D;
}
a:active {
	text-decoration: none;
	color: #91620a;
}

object, embed {
  outline: 0;
}

object:active, div:active { outline: none; }

object:focus, div:focus { outline: none; } 

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #91620a;
	line-height: 1.5em;
}

