@font-face {
	font-family: 'Interstate';
	src: url('../fonts/Interstate-ExtraLight.eot');
	src: url('../fonts/Interstate-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Interstate-ExtraLight.woff') format('woff'),
		url('../fonts/Interstate-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

html {
	background: url('../img/bg.jpg');
	background-size: auto 100%;
	background-position: top center;
	height: 100%;
}

body {
	font-family: Interstate, Arial, sans-serif;
}

.logo {
	padding: 20px;
}

p a {
	text-decoration: underline;
}