html, body {
	height:100%;
}
body {
	background:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	margin:0;
	padding:0;
}
a {
	outline:none;
	color:#FFF;
	text-decoration:none;
}
#tableContainer {
	width:100%;
	height:100%;
	border-collapse:collapse;
}
#tableContainer td {
	padding:20px;
}
#wrapper {
	margin:0 auto;
	width:1000px;
	position:relative;
}
#frame {
	position:relative;
	height:600px;
	background:#5e6017;
	overflow:hidden;
}
.logo {
        position:absolute;
        width:90px;
        height:13px;
        top:19px;
        left:451px;
        z-index:200;
        text-indent:-8765px;
        margin:0;
}
#agency {
	position:absolute;
	width:500px;
	height:600px;
	top:0;
	left:500px;
	z-index:3;
	display:none;
}
.agencyOpen {
	left:500px;
}
.agencyClosed {
	left:0;
}
#agency h2 {
	width:318px;
	height:306px;
	margin:155px 0 0 78px;
	text-indent:-8765px;
	background:url(../images/h2_agency.png) top left no-repeat;
}
#footer {
	text-align:center;
	padding-top:15px;
}
#footer a {
	padding:0 3px;
	color:#FFF;
}
#footer a:hover {
	color:#f200de;
}
#heart {
	position:absolute;
	width:66px;
	height:50px;
	top:256px;
	left:500px;
	z-index:100;
	display:none;
}
.heartOpen { 
	left:916px; 
}
.heartClosed { 
	left:500px; 
}
#heart a {
	/*display:block;
	width:66px;
	height:50px;
	background:url(../images/heart.png) top left no-repeat;*/
}
img#heartIMG {
	border:none;
	position:relative;
}
#heartCopy {
	position:absolute;
	width:500px;
	height:600px;
	top:0px;
	left:1000px;
	background:#ced02d;
	z-index:90;
	font-weight:bold;
}
#heartCopy .INT {
	padding:41px 100px 0 50px;
	color:#5e6017;
	line-height:12px;
}
#heartCopy .INT h3 {
	background:url(../images/h3_fans.png) top left no-repeat;
	height:15px;
	padding-bottom:12px;
}
#heartCopy .INT h3 span {
	display:none;
}
#heartCopy .INT strong {
	color:#f200de;
	font-weight:bold;
}
#heartCopy .INT p.quote {
	margin-bottom:0;
}
#heartCopy .INT p.author {
	padding:6px 0 10px 0;
	margin-top:0;
}
.heartCopyOpen {
	left:500px;
}
.heartCopyClosed {
	left:1000px;
}
#exclamation {
	position:absolute;
	width:66px;
	height:50px;
	top:256px;
	right:500px;
	z-index:100;
	display:none;
}
.exclamationOpen { 
	right:928px; 
}
.exclamationClosed { 
	right:500px; 
}
#exclamation a {
	/*display:block;
	width:66px;
	height:50px;
	background:url(../images/exclamation.png) top left no-repeat;*/
}
img#exclamationIMG {
	border:none;
	position:relative;
}
#exclamationCopy {
	position:absolute;
	width:500px;
	height:600px;
	top:0px;
	left:-500px;
	background:#ced02d;
	z-index:90;
}
#exclamationCopy .INT {
	padding:54px 0 0 78px;
	color:#5e6017;
	font-weight:bold;
	font-size:12px;
	line-height:17px;
}
#exclamationCopy .INT h3#stuff {
	text-indent:-8765px;
	background:url(../images/h3_stuff.png) top left no-repeat;
	height:13px;
	margin-top:0;
	padding-bottom:9px;
}
#exclamationCopy .INT h3#people {
	text-indent:-8765px;
	background:url(../images/h3_people.png) top left no-repeat;
	height:17px;
	margin-top:30px;
}
.exclamationCopyOpen {
	left:0;
}
.exclamationCopyClosed {
	left:-500px;
}
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:1000px;
	height:670px;
	background:url(../images/bg_overlay.png) top left repeat;
	display:none;
	z-index:1000;
}
#overlayCopy {
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:590px;
	padding:50px 100px 10px 100px;
	display:none;
	z-index:1001;
	font-size:18px;
	line-height:27px;
}
#overlayCopy strong {
	color:#f200de;
	font-weight:bold;
}
#btn_go {
	text-align:right;
}
#btn_go a#closeOverlay {
	width:271px;
	height:36px;
	display:block;
	background:url(../images/btn_go.png) top left no-repeat;
	float:right;
	position:relative;
	top:-50px;
}
#btn_go a#closeOverlay span {
	display:none;
}
img#agencyPreload {
	display:none;
}