html, body {
	margin:0;
	padding:0;
	overflow-x:hidden;
}

object {display:block;}

div {
	font-family:helvetica,arial;
	font-size:14px;
	color:#5b441c;
	line-height:18px;
	text-align:justify;
}

a {
	color:#a27932;
	text-decoration:underline;
}

#full-page {
	position:relative;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	position:relative;
}

#content-header {
	position:relative;
	width:1024px;
	height:222px;
}

#content-body {
	position:relative;
	width:1024px;
	height:487px;
	background-image:url("../images/background-content.jpg");
	background-repeat:no-repeat;
}

#content-footer {
	position:relative;
	width:1024px;
	height:491px;
	background-image:url("../images/background-footer.jpg");
	background-repeat:no-repeat;
}

#footer-text {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	top:420px;
}

#footer-text a {
	color:#5b441c;
}

#footer-left {float:left;text-align:left;}
#footer-middle {float:left;text-align:center;width:420px;}
#footer-right {float:right;text-align:right;}

#background-left {
	position:absolute;
	top:0px;
	left:-448px;
	width:448px;
	height:1200px;
	background-image:url("../images/background-left.jpg");
	background-repeat:no-repeat;
}

#background-right {
	position:absolute;
	top:0px;
	left:1024px;
	width:448px;
	height:1200px;
	background-image:url("../images/background-right.jpg");
	background-repeat:no-repeat;
}

#scarab {
	position:absolute;
	top:375px;
	left:385px;
	width:254px;
	height:116px;
	background-image:url("../images/scarab.png");
	z-index:1;
}

#now-available {
	position:absolute;
	bottom:-25px;
	right:14px;
	z-index:1;
}

#info {
	position:absolute;
	left:476px;
	top:43px;
}

#widget {
	position:absolute;
	width:393px;
	height:206px;
	right:80px;
}

#widget-text {
	position:absolute;
	left:20px;
	top:48px;
	width:355px;
	height:150px;
	overflow-y:auto;
	padding-right:10px;
}

#plus-title {
	position:absolute;
	left:80px;
}

#plus-iphones {
	position:absolute;
	top:50px;
	left:350px;
}

#plus-text {
	position:absolute;
	left:94px;
	top:76px;
	width:235px;
	height:114px;
	color:#ffffff;
}

.info-container {
	width:539px;
	height:352px;
}

.map-icon {
	position:absolute;
	cursor:pointer;
}

.map-image {
	border:0;
}

.heading {
	font-weight:bold;
}

