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

}
html, body, h1, h2 {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html{background:#660000;height:100%;}
body {
	color:#853333;
	height:100%;
	line-height: 1;
	text-align: center;
	text-rendering: optimizelegibility;
	position:relative;
}
header, section {
display: block;
}
#wrapper{
	left:37%;
	position:absolute;
	top:35%;
}
#cover{position:absolute;height:60%;width:100%;background:url('../images/textureoverlay.gif');opacity: 0.35;}
h1{font:80px/52px 'BitterItalic';}
h1 small{color:#751919;font-family:'BitterRegular';line-height:40px;padding-right:30px;}
h2{font:20px/72px 'BitterRegular';}
h2 a:hover{color:#000;}


