body {
	background-color: #f7f4ed;
	background-image:url(images/BG-canvas.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#mainWrapper {
	margin:0 0;
	position: relative;
}

#fbcollector {
	position: relative;
	margin: 0 auto;
	left: 5%;
	top: 80%;
	width: 150px;
	display:block;
	float:left;
}

#splashspan {
	position:relative;
	display:block;
	margin: 0 auto 10;
	width:300px;
	top:550px;
}

#splashspan a {
	font-size: 38px;
	text-decoration:bold;
}

p {
	text-align: left;
	margin-bottom: 5px;
	font-family:Palatino, "Palatino Linotype", "Book Antiqua", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
	font-size: 15px;
	line-height: 22px;
}

img {
	border-width: 0px;
}

#buttons {
	position: relative;
	left: 15%;
	top: 56%;
	width: 200px;
}

#buttons img {
	margin-left: 10px;
	margin-right: 10px;
	border-width: 0px;
}

.buttons a {
	border-width: 0px;
}

#offers-container {
	position:absolute;
	top:0px;
	right: 640px;
	width: 520px;
	margin: 0px 0px 20px;
}

.buy-box {
	position: absolute;
	left: -115px;
	width: 100px;
	height: auto;
	text-align: right;
}

.offer {
	display: block;
	position: relative;
	width: auto;
	/*background-color: #896532;*/
	background-image: url(images/offer-BG.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
	margin: 5px 0px;
	float: left;
}

.offer h1 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #ffcc33;
}
.offer h2 {
	font-size: 17px;
	line-height: 19px;
	color: #ffcc33;
	
}

.offer ul li,
.offer ol li {
	list-style: outside;
	list-style-type: disc;
	margin: 0px 0px 8px 12px;
}

.offer p,
.offer li {
	color: #d4c9b5;
	font-size: 11px;
	line-height: 1.4em;
}

.offer IMG {
	margin: 0px;
}

.offer-img {
	position: absolute;
	display: block;
	top: 0px;
	left: -132px;
	height: auto;
	width: auto;
	margin: 0px;
	border-right: 2px #ffcc33 solid;
}
.offers .julyfour h1 {
	margin-left: 20px;
	margin-top: 20px;
	font-size: 28px;
	
}

#player-container {
	position:absolute;
	top:0px;
	right: 0px;
	width:640px;
	margin: 0px 0px 20px;
}

#tree {
	position: absolute;
	bottom: 25px;
	left: 0px;
	width: auto;
	height: auto;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

