html, body {margin:0; padding:0; width:auto; height:auto; overflow:scroll;}
#background {
	display:none;
	}
#scroller {
	position:relative;
	width:auto;
	height:auto;
	overflow:scroll;
	z-index:2;
}
#footer {
	position:relative;
	width:100%;
	height:80px;
	z-index:5;
	padding-top: 20px;
}
#footer h2 {
	font-size:30px;
}
#footer ul .copyright {
	font-size:5px;
}
#flashcontent {
	height:auto;
}
