body {

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


.logo {
	background-color: #1D7082;
	color: #fff;
	padding: 20px;
	text-shadow: 1px 1px 5px black;
	text-transform: uppercase;
	line-height: 30px;
}

.gap {
	height: 50px;
	background-color: #fff;
}

.signup {
	background-color: #1D7082;
	color: #fff;
	padding-top: 20px;
	text-shadow: 1px 1px 5px black;
	text-transform: uppercase;
	line-height: 30px;
	/*padding: 50px;*/
}
