@charset "utf-8";
/* CSS Document */

body
{
	font-family: Segoe Script, Verdana, Geneva, sans-serif;
	color: #FFF;	
}

#container
{
	background: url(../images/background.gif) no-repeat;
	margin: 0 auto;	
	width: 1024px;	
	height: 768px;
}

#coming_soon
{
	text-align: center;
	padding-top: 160px;	
}

#logo_text
{
	font-size: 30pt;
	text-transform:uppercase;	
}

#tagline
{
	font-size: 24pt;	
}

#email_button
{
	height: 62px;	
}

#email
{
	background: url(../images/email_field.png) no-repeat;
	font-size: 20pt;
	height: 62px;
	width: 540px;
	text-align: left;
	border: 0;
	font-family: Segoe Script, Verdana, Geneva, sans-serif;
	color: #FFF;
	padding-left: 5px;
}


#email_message
{
	color: #4dcbeb;	
	font-size: 30pt;
}

.email_message
{
	display: none;	
}

#email_button
{
	cursor: pointer;	
}

#signup_form
{
	text-align: right;
	border: solid 1px #000;
	height: 90px;
	margin: 0 auto;
}