*
{
	font-family: "Helvetica Neue", Helvetica, Arial;
}

html
{
	background-image: url('../img/white_bg.png');
	overflow:hidden;	
}


#white
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -395px;
	margin-left: -490px;
	width: 820px;
	padding: 100px;
	height: 610px;	
	background: none;
}

h1
{
	
}

a
{
	color: black;
}

#intro
{
	float: left;
	width: 400px;
	_width: 460px;
	height: 510px;
	_height: 570px;
	padding: 30px;	
	background-color: white;
}

h1
{
	width: 210px;
	height: 74px;
	background-image: url('../img/white_logo.png');
	text-indent: -10000px;			
}

h2
{
	width: 330px;
	height: 39px;
	background-image: url('../img/tagline.png');
	text-indent: -10000px;			
	margin: 20px 0;
}

#intro p
{
	font-size: 0.8125em;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 10px;
}

#pane
{
	position: absolute;
	top: 0;
	left: 0;
	width: 820px;
	height: 602px;
	z-index: 1;
	overflow: auto;
}

#pane #scroll
{
	_width: 7500px;

}

#pane img
{
	float: left;
	_display: none;	
}

#subscribe
{
	position: absolute;
	top: 100px;
	left: 200px;
	width: 345px;
	height: auto;	
	padding: 10px;
	background-image: url('../img/subscribe_bg.png');
	z-index: 300;
	border: 1px dashed #000;
}

#subscribe #close
{
	position: absolute;
	top: 10px;
	right: 10px;
}

#subscribe #close a
{
	text-decoration: none;
	font-weight: normal;
}

#subscribe h3
{
	width: 65px;
	height: 14px;
	background-image: url('../img/subscribe_title.png');
	text-indent: -10000px;		
}

#subscribe p
{
	font-size: 0.6875em;
	font-weight: 300;
	line-height: 1.1em;
	margin: 15px 0;
}

label
{
	display: block;
	font-size: 0.6875em;
	font-weight: 300;	
	padding: 2px 0;
	margin-bottom: 5px;
}

label span
{
	float: left;
	width: 70px;
	margin-top: 3px;
}

label input, label select
{
	width: 200px;
}

label select
{
	border: 0;
	background-color: #FFF;
}

.news
{
	clear: left;
	margin-top: -8px;
}

.news label
{
	width: 110px;
	float: left;
}

.news label input
{
	float: left;
	width: auto;
	margin-right: 5px;
}

.submit
{
	float: right;
	clear: left;
}

#response
{
	clear: left;
}

#subscribe-now
{
	position: absolute;
	top: 470px;
	left: 25px;
	width: 155px;
	height: 155px;	
	z-index: 200;	
}

#subscribe-now a
{
	float: left;
	width: 155px;
	height: 155px;	
	background-image: url('../img/subscribe_now.png');
	text-indent: -10000px;
}
