@charset "utf-8";
/* House of Pain */

@font-face {
    font-family: 'EurostileEx2Reg';
    src: url('fonts/eurostile_extendedtwo-webfont.eot');
    src: url('fonts/eurostile_extendedtwo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eurostile_extendedtwo-webfont.woff') format('woff'),
         url('fonts/eurostile_extendedtwo-webfont.ttf') format('truetype'),
         url('fonts/eurostile_extendedtwo-webfont.svg#EurostileExtended#2Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'EurostileEx2Bold';
    src: url('fonts/eurostile_boldextendedtwo-webfont.eot');
    src: url('fonts/eurostile_boldextendedtwo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eurostile_boldextendedtwo-webfont.woff') format('woff'),
         url('fonts/eurostile_boldextendedtwo-webfont.ttf') format('truetype'),
         url('fonts/eurostile_boldextendedtwo-webfont.svg#EurostileExtended#2Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background:#000;
	font-size:16px;
}

img {
	border:0;
}


#bgh {
position:absolute;
	bottom:0;
	right:0px;
	width: 100%;
	height: 100%;
	text-align:right;
	}
	
#bgimg	 {
position:absolute;
	bottom:0;
	right:0px;
		width: 100%;
		z-index:2;
}

#menu {
	margin-right:5%;
	color:#ffe595;
	font-family: 'EurostileEx2Bold';
	text-transform:uppercase;
	font-size:1.2em;
	letter-spacing:0.1em;
}

#menu a {
		color:#ffe595;
		text-decoration:none;
}

#menu a:hover {
	color:#fff7df;
}

#trailer {
	position:absolute;
	left:5%;
	top:5%;
	z-index:10;
	height:40%;
	width:35%;
	text-align:left;
}

