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, 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 {
	margin: 0;
	padding: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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 {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-color:#929292;
}
#site-wrapper{
	width:96%;
	padding:20px 2%;
	float:left;
}
#the-station {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	max-width:240px;
	height:auto;
}
#form-wrapper{
	padding:20px 0;
}
#pin-wrapper{
	width:96%px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #FFFFFF;
	padding:20px 2%;
	text-align:center;
	border-radius:10px;
}
.submit-button{
	margin-top:10px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:1.2em;
	border:1px solid #FFFFFF;
	border-radius:5px;
}