html {	
	background: #FCFCFC;
}

img {
}

.logo {
	position: absolute;
	left: 70px;
	top: 50px;
}

.text {
	position: relative;
	margin: 250px auto;
	font-family: 'Titillium Web', sans-serif;
	color: #444;
	text-align: center;
}

.headline {
	font-size: 25px;
}

.contact {
	font-size: 20px;
}

a { 
	text-decoration: none;
	color: #888;
}