body,html {
	background-color: #FFFFFF;
	background-image:url(../bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:auto;
	width:100%;
	height:100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
div#container {
	z-index:1;
	margin:auto;
	width:100%;
	position:absolute;
	height:100%;
	background-color: #FFFFFF;
}
