html {
  height: 100%;
  overflow: hidden;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color:#fff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#545454;
}
a{color:#545454;text-decoration:none}
a:hover{color:#000;}
#flashcontent {
height: 100%;
width:  100%;
}



