* 	{
	margin: 0;
	padding: 0;
	}


body {
	background-image: url(tempimages/background.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #6dc5cd;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	}


a:link {
	text-decoration: none;
	color: white;
	}
	
	
a:visited {
	text-decoration: none;
	color: white;
	}
	
	
a:active {
	text-decoration: underline;
	color: white;
	}
	
	
a:hover {
	text-decoration: underline;
	color: white;
	}


#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	}


#header {
	width: 900px;
	height: 418px;
	background-image: url(tempimages/main_header.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	}
	
	
#content {
	width: 610px;
	margin: 0 auto;
	}
	
	
#comingsoon {
	width: 209px;
	height: 44px;
	margin: 31px auto 0 auto;
	background-image: url(tempimages/txt_coming_soon.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	}
	

#signup {
	margin-top: 30px;
	}	
	

#l291627-291627 {
	width: 250px;
	font-size: 18px;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	color: #6f6f6f;
	border: solid 1px;
	border-color: #1c5b69;
	margin: 0;
	}
	
#submitbutton {
	margin: 10px 0 40px 0;
	}
	
	
.footer {
	font-size: 12px;
	margin-bottom: 10px;
	}
	
	
.copyright {
	color: #358a99;
	}