@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'century_gothicregular';
    src: url('943658-webfont.eot');
    src: url('943658-webfont.eot?#iefix') format('embedded-opentype'),
         url('943658-webfont.woff') format('woff'),
         url('943658-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {

background-color:#5f5a43;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url("bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
	font-family: 'century_gothicregular', 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 10px;
	color: #741d21;
}
#wrapper {
	width:1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header_ent {
	width:1100px;
	height:834px;
	margin-bottom:0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#footer_ent {
	clear:both;
	width:1100px;
	height:80px;
background-color:#23090a;
	text-align: center;
	padding-top: 50px;
}
#target-el {position:absolute;padding-top:200px;color: #FFF;font-size: 50px;}

 a:focus {
 outline: none;
 }
 img, img a {
    border: none;}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #B8882D;
}
a:active {
	text-decoration: none;
	color: #B8882D;
}
