* {
	margin:0;
	padding:0;
}

html, body, #master {
	height: 100%;
}

#numbersign a {
	color: #000;
	text-decoration: none;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	left: 50%;
	margin-left: -124px;
	text-shadow: 1px 0 rgba(255,255,255,.5), -1px 0 rgba(255,255,255,.5), 0 1px rgba(255,255,255,.5), 0 -1px rgba(255,255,255,.5);
}


input {
	font-size: 40px;
	padding: 5px;
	width: 200px;
	font-family:" Helvetica Neue", Helvetica,Arial,sans-serif;
	text-align: center;
	opacity: 0.8;
	border: 1px solid #ccc;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -98px;
}


#footer {
	color: #333;
	background: #fff;
	font-family:"Helvetica Neue", Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 10px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 3px 10px;
}

#footer a, #footer a:visited {
	color: #006aae;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
