body, html
{
	background:#891113 url(../img/bodybg.jpg) repeat-x top center;
	width: 100%;
	font-family: Georgia, Times, "Times New Roman", serif;
	min-width:1000px;
}
#bodyWrapper
{
	margin: 0 auto;
	background: url('../img/bottle-bg.jpg') no-repeat top center;
	height:522px;
}

#contentWrapper 
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#bullets, #blurb, #whole-foods, #footer,#logo,#callout,#footer-shadow {
	position: absolute;
}
#contentWrapper #logo {
	left:29px;
	top:16px;
}
#contentWrapper #callout {
	top: 192px;
	left: 29px;
}
#contentWrapper #footer-shadow {
	top: 647px;
	left: 0px;
}
#contentWrapper #bullets {
	top: 358px;
	left: 60px;
	color: #fed17b;
	font-size: 22px;
	width: 500px;
	font-weight: bold;
}
#contentWrapper #bullets li {
	background:url("../img/star.jpg") no-repeat scroll left 4px transparent;
	margin-bottom:29px;
	padding-left:30px;
}
#contentWrapper #blurb {	
	color:#DFC6AA;
	font-size:16px;
	left:29px;
	line-height:20px;
	top:530px;
	width:530px;
}
#contentWrapper #whole-foods {
	right:25px;
	top:528px;
	display: block;
	width: 296px;
	height: 78px;
	background: url('../img/whole-foods.jpg') top left no-repeat;
}
#contentWrapper #whole-foods:hover {
	background-position: 0 -79px;
}
#contentWrapper #footer {
	font-weight: bold;
	font-family: Arial, serif;
	left: 336px;
	top: 682px;
	color: #821817;
	font-size: 11px;
}
