/*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;
	
}

#bg {
	display:none;
	
}

