body { background: url(images/background.jpg); }

@font-face {
    font-family: 'abelregular';
    src: url('fonts/abel-regular-webfont.eot');
    src: url('fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/abel-regular-webfont.woff') format('woff'),
         url('fonts/abel-regular-webfont.ttf') format('truetype'),
         url('fonts/abel-regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aliceregular';
    src: url('fonts/alice-regular-webfont.eot');
    src: url('fonts/alice-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alice-regular-webfont.woff') format('woff'),
         url('fonts/alice-regular-webfont.ttf') format('truetype'),
         url('fonts/alice-regular-webfont.svg#aliceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wrapper {
	padding-top: 200px;
}

h1 {
	font-family: 'abelregular';
	color: #fff;
	font-size: 80px;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 80px;
	margin: 0;
}

h2 {
	font-family: 'abelregular';
	color: #fff;
	font-size: 20px;
	text-align:center;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 22px;
	margin: 0;
}

h3 {
	font-family: 'abelregular';
	color: #FF9933;
	font-size: 40px;
	text-align:center;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 30px;
	margin: 0 0 0 6px;
}

h4 {
	font-family: 'abelregular';
	color: #FF9933;
	font-size: 15px;
	text-align:center;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 0;
	margin: 0;
}

h4 span {
	font-family: 'aliceregular';
	color: #FF9933;
	font-size: 35px;
	text-align:center;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 20px;
	margin: 0 -8px 0 -2px;
}

::-moz-selection {
	background: #FF9933;
	color: #fff;
}

::selection {
	background: #FF9933;
	color: #fff;
}