* {
	padding:0;
	margin:0;
	outline:0;
}

btml{
	background:#000;
}

body{
	background: #000;
	color:#fff;
	position:relative;
	color:#565656;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	height:100%;
}


a{
	color:#565656;
	text-decoration:underline;
}

.copy{
	margin-top:-80px;
	position:relative;
	z-index:100;
	text-align:center;
	opacity:0;
	min-width:900px;
}


h1.tagline{
	background: url(images/tagline.png) no-repeat top left;
	width:424px;
	height:26px;
	margin:0 auto;
	text-indent:-99999em;
	display: block;
	margin-bottom:10px;
}

.imgwrap{
	width:900px;
	height:500px;
	margin:0 auto;
	display:block;
	position:relative;
	z-index:50;

}

.animation{
	width:900px;
	height:500px;
	position:absolute;
	top:0;
	left:0;

}

.blur{
	width:900px;
	height:500px;
	position:absolute;
	top:0;
	left:0;

}


.clickarea{
	width:900px;
	height:400px;
	cursor:pointer;
	left:0;
	top:0;
	position: absolute;
}

.overTop{
	position:absolute;
	width:241px;
	left:336px;
	top:170px;
	text-align:center;
	display:none;
	color:#fff;
	text-shadow: 0px 1px 5px #000;

}

.overTop a{
	color:#7bc7ff;
	text-decoration: none;
}

.overTop .email{
	width:241px;
	height:48px;
	background: url(images/email-entry-bg.png) no-repeat top left;
	display:block;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}

.overTop .email form#subForm{
	width:225px;
	float:left;
}


.overTop .email .success-msg{
	width:192px;
	height:22px;
	background: url(images/success-msg.png);
	display:block;
	float:right;
	margin-top:5px;
	margin-right:20px;
	
}

.email .window {
	width:225px;
	height:32px;
	margin-left:8px;
	margin-top:7px;
}

.email .slide-wrap{
	width:450px;
	height:32px;
	display:block;
}

.email .email-wrap{
	float:left
}
.email #email-field{
	width:169px;
	height:13px;
	padding:0 5px 0px 15px;
	padding-top:9px;
	padding-bottom:10px;
	
	background: url(images/email-entry-input.png) no-repeat top left;
	outline:0;
	border:0;
	font-weight:normal;
	color:#3a3a3a;
	font-family:"Lucida Grande", sans-serif;
	font-size:13px;
	text-shadow: 0px 1px 0px #bdbdbd;


	
}

.email .submit-wrap{
	float:right
}



.email #submit-button{
	padding:5px;
	margin-top:4px;
	margin-right:5px;
	float:right;
}

.email #submit-button:active{
	margin-top:5px;
}

.imgwrap img{
	position:absolute;
	left:0;
	top:0;
}