#wrapper {
	width: 600px;
	margin: 0 auto;
	font-family: futura;
	

}


.form {
	margin: 45px auto 80px;
	text-align: center;
}

table {
	margin: 5px auto;
text-align: center;

}


.logo {
	width: 100%;
	margin: 5px auto;
	text-align: center;

}

.boldImage {
	width: 100%;
	margin: 55px auto 75px;
	text-align: center;
}

#email {
	width: 100%;
	margin: 2px auto 30px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.8em;
}

#shout {
	/*border-top: 1px solid black;*/
	margin: -25px auto 30px;
}

a {
	text-decoration: none;
	color: black;


}

a:hover {
	text-decoration: underline;
}

#credits {
	font-size: 0.8em;
	line-height: 1.8em;
	clear: both;
	margin: 35px 0 0 0;

}

.credTitle {
	font-style: italic;
}

#shout {
	text-align: center;
	line-height: 5em;
	font-size: .8em;
	padding-bottom: 15px;
}

a {
	color: #797a7c;
	
}

a:hover {
	text-decoration: underline;
}

.decoration {
	font-size: 1.5em;

}



#press {
	display: block;
	width: 100%;
	clear: both;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	height: 130px;
}

#press h4 {
	text-align: center;	
	font-weight: 300;
}

.pressLogo {
	width: 25%;
	float: left;

}

.pressLogo img {
	width: 100%;
	margin-bottom: 30px;

}


