﻿


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%;
	background: url(../../6.png) repeat center;
}

#bgimg {
	position:fixed;
	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 */
}

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




#main {
	width:1120px;
	height:872px;
	position:absolute;
	left:50%;
	margin-left:-291px;
	top:100px;
	z-index:1;
	
	
}

#tour {
	width:82px;
	height:72px;
	position:absolute;
	left:50%;
	margin-left:118px;
	top:741px;
	z-index:1;

}

#menu {
	width:45px;
	height:60px;
	position:absolute;
	left:50%;
	margin-left:220px;
	top:741px;
	z-index:1;

}

#banket {
	width:70px;
	height:75px;
	position:absolute;
	left:50%;
	margin-left:285px;
	top:741px;
	z-index:1;

}

#contacts {
	width:80px;
	height:70px;
	position:absolute;
	left:50%;
	margin-left:375px;
	top:741px;
	z-index:1;

}

	