img.bg {
	min-height: 100%;
	min-width: 989px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 989px){
	img.bg{
		left: 50%;
		margin-left: -494px;
	}
}

/*CONTENT*/
#header{
	position: relative;
	height: 206px;
	background-image: url('../images/headerBg.png');
	background-repeat: repeat;
}

#body{
	position: relative;
	width: 989px;
	margin: 0 auto;
	margin-top: -206px;
}

#logo{
	width: 487px;
	height: 202px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	margin: 0 auto;
}

#contentContainer{
	margin-top: 25px;
}

#top{
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
	width: 975px;
	height: 14px;
}

#mid{
	background-image: url('../images/mid.png');
	background-repeat: repeat-y;
	width: 975px;
	padding: 10px 0px;
}

#bot{
	background-image: url('../images/bot.png');
	background-repeat: no-repeat;
	width: 975px;
	height: 14px;
}

#navbar{
	float: left;
	width: 242px;
	margin-left: -10px;
}

#navbar a{
	display: block;
	font-family: 'Oswald', arial;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	padding: 6px 8px 6px 20px;
	color: #c78b8f;
	background-color: #96242c;
}

#navbar a:hover{
	color: #ffffff;
}

#navbar span{
	display: block;
	background-image: url('../images/navFlag.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 12px;
	margin-left: -1px;
}

#right{
	float: left;
	width: 692px;
	margin-left: 26px;
}

#fader{
	background-color: #dadada;
	padding: 9px;
	margin-bottom: 20px;
}

#content{
	line-height: 22px;
}

#footer{
	background-image: url('../images/footBg.png');
	background-repeat: repeat;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	margin: -4px 5px 20px 5px;
	padding: 14px;
}

#footLogo{
	float: left;
	width: 92px;
	height: 52px;
	background-image: url('../images/footLogo.png');
	background-repeat: no-repeat;
}

#footContent{
	float: right;
	text-align: right;
	font-size: 13px;
	line-height: 20px;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	color: #9f9f9f;
}

#footContent a{
	font-size: 13px;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	color: #9f9f9f;
	text-decoration: none;
}

#footContent a:hover{
	color: #ffffff;
}

#inner{
	width: 228px;
	margin: -12px 0px 0px 14px;
}

#inner a{
	display: block;
	text-decoration: none;
	background-image: url('../images/innerBg.png');
	background-repeat: repeat;
	padding: 7px 7px 7px 35px;
	border-bottom: 1px solid #838383;
	font-size: 13px;
	color: #606060;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	text-transform: uppercase;
	background-color: transparent;
}

#inner a:hover{
	color: #000000;
}
