
body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #685B53;
	}
	
html {
		height: 100%;
		overflow: auto;
	}	
	
/*#wrapper {
width: 100%;
margin: auto;
}*/

/*a:link {
	color: #DAA520;
	
}*/

#flashcontent {
		height: 100%;
		overflow: hidden;
		
	}
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;		
}

#flash1{
	position: absolute;	
	width: 800px;
	height: 400px;		
}

#header_flash{
	position: absolute;
	width: 954px;
	float: left;
	top:0px;	
	left: 0px;
	height: 0px;	
	
}

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

#footer {
	
	width: 100%;
	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;
	position: absolute;
	bottom: -65px;
	display: none;
	
	
	}

#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;
}


.centre{
	width: 100%;
	height: 100%;	
	text-align: center;
} 

/*
	#flashcontent {
		border: solid 1px #000;
		width: 100%;
		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;

}*/