/* old one
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../_images/bgH.jpg);
	background-repeat: repeat-x;
}
*/



body {
	margin: 45 0 0;
	padding: 0;
	background-color: #FFFFFF;
	height: 100%;
}




/* layout styles static  */


/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	}



#flashcontent {
	width: 100%;
	height: 100%;
	}
	


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
	line-height: 12px;
	clear: both; /* We have to clear our floats */
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #97AA6A;
	text-align: center;
}

