#cocktail {
	background-repeat:no-repeat; 
	background-position:center; 
	width:100%;
	overflow: visible;
	padding-bottom:0px;

	background-position: top center;
	background-repeat:repeat-y;
	min-height: 1000px;
}

#container {
	position: relative;
	width: 770px;
	overflow:visible;
}

#menu {
	position: relative;
	background-image:url(../imgs/nav/background.gif);
	width: 770px;
	height: 188px;
	z-index:300;
}
	
#logo{
	position: relative;
	width: 358px;
	height: 80px;
	left: 30px;
	top: 30px;
}

#navigation{
	position: relative;
	width: 500px;
	top: 58px;
	left: 18px;
	z-index: 900;
}

#tourdates{
	width: 221px;
	height: 572px;
	background-image:url(../imgs/index/index_TD_bg.gif);
	float: left;
	position: relative;
	z-index: -100;
}
	
#footer {
	position: relative;
	background-image:url(../imgs/index/footer.gif);
	width: 755px;
	height: 115px;
	padding-left:10px;
	padding-right:5px;

}
	
#starttext {	
			left:0px;
			position:relative;
			text-align:left;
		}
	