
body{
	background:url(../images/mainbg.png) center top no-repeat #333827;
}
div#container{
	width:1000px;
	height:641px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-500px;
	overflow:hidden;
}
div#logo{
	background:url(../images/logo.png);
	height:83px;
	width:310px;
	position:absolute;
	left:365px;
	top:75px;
}
div#logo span{
	display:none;
}
img#bottle{
	position:absolute;
	left:24px;
	top:75px;
}
ul#navigation{
	margin:0px;
	padding:0px;
	position:absolute;
	top:200px;
	left:190px;
}
ul#navigation li{
	display:inline;
}
ul#navigation li a{
	padding:6px;
	border:1px solid #fff;
}
ul#navigation li a:hover{
	background:url(../images/nav/navhoverbg.png);
}
ul#navigation li a img{
	border:0px;
}
div#copybox{
	background:url(../images/copybox.png) no-repeat;
	width:562px;
	height:305px;
	position:absolute;
	left:276px;
	top:250px;
}
div#copy{
	width:378px;
	height:227px;
/*	overflow:auto;*/
	margin:24px;
	margin-top:32px;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	text-align:justify;
	color:#454;
}
div#footer{
	background:url(../images/footer.png) center top no-repeat;
	background:#000;
	height:64px;
	width:100%;
	position:absolute;
	bottom:0px;
}
div#footer img#warninglabel{
	position:absolute;
	right:80px;
	top:18px;
}
div#footer img#drinksmart{
	position:absolute;
	right:10px;
	top:-22px;
}
