@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	background:url(../images/mainbg.jpg) repeat-x;
	font-size:12px;
	line-height:1.6em;
	height:100%;
	min-height:100%;
}

* html #bodywraper{ /* for ie */
	height:100%; 
}

#bodywraper{
	background:url(../images/bg.jpg) no-repeat top;
	min-height:100%;
	width:100%;
}
