html{
	height:100%;
}
body{
	background:url(../images/banner-main-inner.jpg) no-repeat center top;
	color:#333;
}

#main_container{
	height:100%;
}


.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

#main_container{
	position: absolute;
	left: 0;
	z-index: 50;
	width: 100%;
}
#main_inner{
	width:1000px;
	margin:auto;
}
.footer{
	background:url(../images/footer-bg-splash.png) no-repeat;
	height:44px;
	width:832px;
	position:fixed;
	bottom:0;
	right:80px;
	padding:10px 0 0 40px;
}
.footer .left{
	border-right:1px solid #292929;
	width:205px;
	height:37px;
	text-align:center;
}
.footer .left a{
	color:#252525;
	font:26px "Agency FB";
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
	margin:0 15px;
}
.footer .left a:hover, .footer .left a.active{
	color:#525151;
}
.footer .social{
	float:left;
	border-right:1px solid #292929;
	width:318px;
	height:32px;
	padding:5px 0 0 28px;	
}
.footer .social a{
	float:left;
	margin-right:20px;
}
.footer .social a.twitter{
	background:url(../images/facebook.png) no-repeat 0 -20px;
	height:18px;
	margin-top:0px;
	width:90px;
}
.footer .social a.twitter:hover{
	background-position:0 0;
}

.footer .social a.youtube{
	background:url(../images/social-youtube.png) no-repeat 0 -1px;
	height:22px;
	width:57px;
}

.footer .social a.elrada{
	background:url(../images/elrada-logo.png) no-repeat 0 0px;
	height:27px;
	width:111px;

}
.footer .social a.elrada:hover{
	background:url(../images/elrada-logo.png) no-repeat 0px -27px;
}

.footer .social a.youtube:hover{
	background-position:0 -25px;
}


.footer .copyright{
	color:#424242;
	float:left;
	line-height:37px;
	font-size:11px;
	padding-left:10px;
}