html, body {
height				:100%;
width				:100%;
font-family			:Tahoma;
font-size			:11px;
line-height			:20px;
margin				:0;
padding				:0;
overflow			:auto;
background			:url('../img/bg.gif');
background-position	:center;
}
#container-intro {
	position		:absolute;
	background		:url('../img/bg_intro.jpg') no-repeat; 
	width			:1000px;
	height			:529px;
	left			:50%;
	margin-left		:-500px;
}
#intro-restaurant 	{position:absolute; left:30px; top:80px; width:234px; height:284px;}
#intro-logo			{position:absolute; left:385px; top:0px; width:229px; height:346px;}
#intro-pension 		{position:absolute; left:614px; top:80px; width:243px; height:301px;}

