
body {
	margin:0px;
	background-color:#FFFFFF;
	background-image:url('/img/bg.png');
	background-repeat:repeat-x;
	width:100%;
}

#mainDiv {
	position:absolute;
	top:0px;	
	left:0px;
	height:100%;
	min-height:100%;
	width:100%;
}