/* CSS Main files */

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #F1F1F1;
}

.header {
	width: 100%;
	height: 390px;
	background:url(http://79eed226acf9b66fcf84-1799e91959a00478b826ca3a9a0e025a.r54.cf2.rackcdn.com/d8474a95eea78a0cf1ebe358cd858443.jpg) center no-repeat;
}

a {
	color: #5fb1e1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	font-size: 42px;
	color: #333;
	margin-bottom: 10px;
	text-align: center;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #838383;
	font-size: 14px;
}

.footer {
	text-align: center;
}

.footer span {
	font-family: Tahoma, Geneva, sans-serif;
	color: #B9B9B9;
	font-size: 12px;
}