.title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background-color: #333;
	color: white;
	font-size: 50px;
	line-height: 80px;
	border-bottom: 2px solid #9CDAF1;
	font-family: helvetica;
}
.title a {
	margin-left: 10px;
}