@charset "utf-8";
/* CSS Document */

*{ 
	margin:0;
	padding:0;
}
html{
	height:100%;
	overflow:auto;
	overflow-x:hidden;
}
*:first-child+html body{
	overflow:auto;
}

body {
	font: normal 0.75em/1.2em Arial,Helvetica,sans-serif;
	color:#000;
	background-color:#fff;
	margin:0px;
	height:100%;
	background-image:url(../images/bgpattern.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#wrap{
	position:relative; 
	width:100%; 
/*	height:100%; */
	margin:0;
	min-height:800px;
}
#flashcontent {
	top:0px;
	left:0px;
	text-align:center;
	width: 100%;
	height:100%;
	min-width:995px;
	min-height:100%;
	overflow:hidden;
	height:100%;
	min-width:995px;
	min-height:800px;
}

*html #footerMenu {
	left:0; 
	bottom:0; 
	width:100%; 
	height:150px; 
	z-index:98; 
	position:absolute; 
	overflow-y:hidden; 
	min-width:995px; 
	margin-bottom:-1px;
}  
#footerMenu {
	/*display:block;*/
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	text-align:center;
	height:150px;
	overflow:hidden;
	z-index:99;
}

div.layer_s, div.layer_f, div.layer_d{
	position:absolute;
	top:260px;
	width:100%;
	z-index:97;
	text-align:center;	
}

/* for ie 6 under */
*html img.png24{tmp:expression(setPng24(this));}
*html input.png24{tmp:expression(setPng24(this));}


