body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	background: url('../img/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}

/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/

#toolbar {
	width:100%;

	position:fixed;
	bottom: 50px;
	text-align:center;
	padding: 0;Êmargin: 0;
	height: 150px;
}
.web{ width: 950px; margin: 0 auto 0 auto; position:relative; }
#pierot{ width: 282px;height: 102px; display:block; background: url("../img/pierot.png") no-repeat; float: left; margin: 24px 0 0 0; }
#lvv{ width: 273px;height: 173px; display:block; background: url("../img/lvv.png") no-repeat;  float: left; margin: -12px 0 0 60px; }
#eshop{ width: 273px;height: 102px; display:block; background:  url("../img/eshop.png") no-repeat; float: right; margin: 24px 0 0 0; } 

#pierot a, #lvv a, #eshop a{ display: block; width: 100%; height: 100%; }
