html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: url("img/background.png") repeat-x #f3f8fd;
	font-family: Helvetica;
	margin: 0;
	text-align: center;
}

#top {
	background: url("img/amy.jpg") no-repeat top right;
	height: 523px;
	margin: 0 auto;
	width: 1159px;
}

	#logo {
		float: left;
		margin: 100px 0px 0px 85px;
	}
	
	#join {
		background: url("img/join.png") no-repeat;
		clear:both;
		height: 137px;
		float: left;
		margin: 70px 0px 0px 50px;
		padding: 30px;
		text-align: center;
		width: 450px;
	}
		
		#join #signup {
			margin: 15px 0px 0px 0px; 
		}
		
		#join input {
			border: solid 1px #cbdbce;
			color: #5f5f5f;
			font-weight: bold;
			padding: 10px;
		}
		
		#join #email {
			height: 18px;
			width: 164px;
		}
		
		#join #zip {
			height: 18px;
			width: 58px;
		}
		
		#join #submit {
			height: 40px;
			background-color: transparent;
			background-image: url("img/button-off.png");
			background-repeat: no-repeat;
			border: 0;
			cursor: pointer;
			vertical-align:	top;
			width: 28px;
		}

#bottom {
	margin: 30px 0px 0px 0px;
}
	
	#bottom h3 {
		border: solid 1px #b8b8b8;
		color: #686868;
		font-size: 10px;
		margin: 25px auto 0px auto;
		padding: 8px;
		text-transform: uppercase;
		text-align: center;
		width: 320px;
	}
	
	#bottom #footer {
		color: #868686;
		font-size: 12px;
		line-height: 17px;
		margin: 10px 0px 0px 0px;
	}
	
		#bottom #footer a {
			color: #146cac;
			text-decoration: none;
		}
		
		#bottom #footer a:hover {
			text-decoration: underline;
		}
    
.error {
  color: #cc0000 !important;
}
