#background{
	position:absolute;
	z-index:1;
	width:100%;
	position:fixed
}
#scroller {
	position:absolute;
	width:100%;
	
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
