
/*body {
	background-color: Black;
}*/
#wrapper {
width: 775px;
margin: auto;
}

a:link {
	color: #DAA520;
	
}
/*#flashcontent {
	
	color: #A9A9A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 1084px;
	width: 775px;
	
	}*/

#footer {
	float: left;
	width: 775px;
	height: 50px;
	background:  url(../images/bg_footer.jpg) no-repeat;
	padding: 5px 0 0 0;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	color: #A9A9A9;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#footer a:link, #footer a:visited, #content-middle a:link, #content-middle a:visited {
	font-weight: normal;
	color: #A9A9A9;
	text-decoration: none
}

#footer a:hover, #footer a:active, #content-middle a:hover, #content-middle a:active {
	padding: 0 3px 0 3px;
	font-weight: normal;
	color: White;
	background-color: #A9A9A9;
	text-decoration: none
}

#footer a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
	font-weight: normal;
}


	#flashcontent {
		border: solid 1px #000;
		width: 775px;
		height: 478px;
		/*float: left;*/
		/*margin: auto;*/
		color: #BDA28C;
	}
	
	* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
background-color: Black;
text-align:center;
min-height:468px;/* for good browsers*/
min-width:775px;/* for good browsers*/
color: #CCCCCC;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 468px;
}
#inner {
width: 775px;
background: Black;
height: 468px;
text-align: center;
margin-left:auto;
margin-right:auto;
border:1px solid #000;

}