body {
	background: url("../img/background.jpg") no-repeat;
	background-size: cover;
	color: #ffdd15;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 1em;
	font-variant: small-caps;
}

a {
	color: #203e6e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#contact {
	margin: 10em 0 0 10em;
}

footer {
	position: absolute;
	bottom: 0;
}
