body { 
	padding: 20px;
	width: 800px;
	margin: auto;
	font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

header {
	height: 65px;
	background: url("../images/vilea-logo.svg") no-repeat left top;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 20px;
}

a {
color: #9e0508;
text-decoration: none;  
}

a:hover {
text-decoration: underline; 
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

footer {
	height: 55px;
	margin-top: 20px;
	border-top: 1px solid #d0d0d0;
}