﻿@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,300&subset=latin,latin-ext);

html, body{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	font-family: 'Titillium Web', sans-serif;
	}
	
#header{
	height: 227px;
	width: 1070px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../img/header.png');
	background-repeat:none;
	}

#content{
	width:1070px;
	margin-left:auto;
	margin-right:auto;
	}
#defaultText{
	font-size:30px;
	width:330px;
	height:300px;
	margin:auto;
	}
	
.headline{
	font-size:20px;
	text-decoration:underline;
	line-height:50px;
	}
	
#footer{
	margin-top:30px;
	width:100%;
	text-align:center;
	}
	
#footer a{
	text-decoration:none;
	color:lightgrey;
	}
	
#footer a:hover{
	color:grey;
	}