body {
	background: #272727;
	font-family:helvetica;
	}

#header {
	margin: auto;
	color: white;
	text-align: center;
	position:absolute;
	top:50%;
	width:100%;
	}
	
a {
	text-decoration:none;
	color:#000;
}