/*Background Fullscreenr*/
html{
	height:auto;width:auto;
	overflow:visible;
}
body {
	overflow:visible;	/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:auto;width:100%;
	background-color:#eeeeee;
}

#bgimg {
	display:none;
	
}


#bgimg {
/* 	display:none; */
	
}


#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 120%; }
.bgheight { height: 120%; }


