html, body {
	height:100%;
}
body {
	background:#333333;
	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;
	overflow:hidden;
	opacity: 0;
	background-color: #626325;
}
.logo {
	position:absolute;
	width:122px;
	height:16px;
	top:18px;
	left:435px;
	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:normal;
	font-size: 13px;
}
#heartCopy .INT {
	padding:41px 80px 0 50px;
	color:#626325;
	line-height:14px;
}
#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:3px 0 10px 0;
	margin-top:0;
	font-style: italic;
	font-size: 11px;
}
.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 p {margin:0;}
#exclamationCopy .INT {
	padding:29px 0 0 78px;
	color:#626325;
	font-weight:normal;
	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:0;
	padding:0 0 8px 0;
}
#exclamationCopy .INT h3#people {
	text-indent:-8765px;
	background:url(../images/h3_people.png) top left no-repeat;
	height:13px;
	margin:30px 0 0 0;
	padding:0 0 8px 0;
}
.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;
}

#returnLetter,
#welcomeLetter {
	position:absolute;
	top:0;
	left:0;
	display:none;
	font-size:21px;
	line-height:27px;
}

#returnLetter strong,
#welcomeLetter strong {
	color:#f200de;
	font-weight:bold;
}

#welcomeLetter {
	width:820px;
	height:590px;
	*height: 570px;
	padding:50px 100px 10px 100px;
	*padding: 70px 100px 10px 100px;
	z-index: 1001;
}
#returnLetter {
	width:856px;
	height:570px;
	*height:550px;
	padding:70px 60px 10px 84px;
	*padding:90px 60px 10px 84px;
	z-index: 1002;
}

.btn_go {
	text-align:right;
}
.btn_go a.closeOverlay {
	height:36px;
	display:block;
	float:right;
}
.btn_go a.closeOverlay span {
	display:none;
}

#btn_goFirst a.closeOverlay {
	width:271px;
	background:url(../images/btn_go.png) top left no-repeat;
	position:relative;
	top:-55px;
	}
#btn_goAgain a.closeOverlay {
	width:357px;
	background:url(../images/btn_goAgain.png) top left no-repeat;
	position:relative;
	top:8px;}

img#agencyPreload {
	display:none;
}
