@charset "UTF-8";
html {
	height:100%;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #807974;
	width:100%;
	font-size:62.5%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
body.white {
	background-color: #FFFFFF;
	overflow:auto;
}

body.flash {
	overflow:auto;
}
#bg{
	/*width: 100%;
	height: 100%;
	min-width: 320;
	min-height: 256;*/
	position: absolute;
	top: 0;
	left: 0;
}
#bg-inner{
	width: 100%;
	/*height: 100%;
	min-width: 320;
	min-height: 256;*/
	position:absolute;
	z-index: -1;
}
#bgimg{
	/*position:relative;*/
	width: 100%;
	height:auto;

	/*min-width: 320px;
	min-height: 256px;*/
	top:0;
	
}
#logo{
	position:absolute;
	left:43px;
	top:40px;
}
#footer{
	position:fixed;
	left:0px;
	bottom:0px;
	height:46px;
	width:100%;
	background-color:#807974;
	z-index:1000;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
	text-decoration:none;
}

table#footertable {
	margin:0;
	padding:0;
	margin-left:43px;
	position:absolute;
	top:15px;
	left: 0px;
}

table#footertable td{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	font-size:1.2em;
}

#flashContent{
	margin-top:200px;
	height:600px;
}

#flashContent2{
height:600px;
	margin-top:150px;
}