/*html{
	background: #C30 url(../graphics/dine/dine_background_image_repeatstrip.gif) repeat-x fixed 0 0;
	
	
}*/
body {
	margin:0;
	border:0;
	padding:0;
	height:100%; 
	max-height:100%; 
	background: #C30 url(../graphics/dine/dine_background_image_repeatstrip.gif) repeat-x scroll 0 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	overflow: hidden; 
}

/* for internet explorer */
* html #container {
	padding:60px 0 50px 0; 
}

#container{
	margin: 0;
	padding: 0;
	max-height:100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position:fixed;
	top: 0;
	left:0;
	background: url(../graphics/dine/dine_background_image_2.jpg) no-repeat scroll 0 0;
}

#contentWrapper {
	font-size: 1.2em;
	position:fixed; 
	top:60px;
	left:0;
	bottom:50px; 
	right:0; 
	overflow:auto;
	padding:0;
	text-align:left;
}

* html #contentWrapper {
	height:100%; 
	width:100%; 
}

#navigationTop {
	position:absolute; 
	top:0; 
	left:0; 
	z-index: 100;
	height: 60px;
	width: 100%;
	overflow:visible;
}
* html #navigationTop {height:60px;}


#navigationBottom {
	position:absolute; 
	bottom:0; 
	left:0;
	width:100%; 
	height:45px; 
	overflow:visible;
}
* html #navigationBottom {height:50px;}

#panelLeft{
	width: 260px;
	margin: 120px 0 0 0;
	float: left;
	position: relative;
}
#contentMain{
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
}

#partyMeter{
	display: none;
}
