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

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

/*FOOTER*/
#container {
	min-height: 100%;
	margin-bottom: -157px;
}

#footer{
	position: relative;
	background-image: url('../images/foot_bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	min-height: 157px;
}

.clearfooter {
	height: 157px;
	clear: both;
}

/*DIRECT SELECTORS*/
#hidden{
	width: 100%;
	height: 143px;
	background-image: url('../images/hidden_bg.png');
	background-repeat: repeat-x;
	position: relative;
	display: none;
}

#navbar{
	height: 62px;
	width: 100%;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 152px;
}

#navbar div{
	width: 917px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	z-index: 12;
}

#navbar div a{
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 62px;
	color: #2f86bf;
	font-size: 19px;
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Arial;
	padding: 0px 10px;
}

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

#body{
	width: 917px;
	margin: 0 auto;
	position: relative;
}

#logo{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width: 432px;
	height: 105px;
	margin-top: 19px;
	float: left;
	margin-left: 20px;
}

#header{
	float: right;
	margin-right: 7px;
}

#listen{
	float: right;
	background-image: url('../images/listen.png');
	background-repeat: no-repeat;
	width: 148px;
	height: 65px;
	opacity:0.59;
	filter:alpha(opacity=59);
}

#weather{
	float: right;
	background-image: url('../images/weather.png');
	background-repeat: no-repeat;
	width: 152px;
	height: 65px;
	margin-right: 45px;
	opacity:0.59;
	filter:alpha(opacity=59);
}

#content{
	margin-top: 120px;
	position: relative;
}

#banner{
	background-image: url('../images/banner_bg.png');
	background-repeat: no-repeat;
	height: 240px;
	padding: 7px 7px 27px 27px;
	margin-bottom: 15px;
}

#left{
	float: left;
	width: 632px;
	margin-left: 20px;
}

#right_container{
	float: right;
	width: 250px;
	background-image: url('../images/right_bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 0px 8px 8px;
	min-height: 317px;
}

#tp{
	background-image: url('../images/rbg.png');
	background-repeat: repeat;
	min-height: 317px;
	padding: 10px;
}

#tp a{
	display: block;
	padding: 7px;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Arial;
	color: #4d5054;
	background-image: url('../images/tp_bg.png');
	background-repeat: repeat;
}

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

#foot_body{
	width: 917px;
	margin: 0 auto;
}

#foot_logo{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width: 432px;
	height: 99px;
	margin-top: 30px;
	float: left;
	margin-left: 20px;
	opacity:0.13;
	filter:alpha(opacity=13);
}

#foot_right{
	float: right;
	margin-right: 7px;
	margin-top: 30px;
	text-align: right;
	font-size: 12px;
	color: #55656e;
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Arial;
}

#foot_right span{
	display: block;
	height: 12px;
}

#foot_right a{
	font-size: 12px;
	color: #55656e;
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Arial;
	text-decoration: none;
}

#foot_right a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#handle{
	position: absolute;
	right: -77px;
	top: -195px;
	background-image: url('../images/banner/handle.png');
	background-repeat: no-repeat;
	width: 77px;
	height: 379px;
}

#hidden_body{
	position: relative;
	width: 800px;
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	font-family: arial, century gothic, helvetica neue, myriad pro, helvetica, verdana;
	color: #ffffff;
	padding-top: 23px;
}

.close{
	position: absolute;
	right: 0px;
	top: 3px;
	font-size: 12px;
	color: #526570;
	text-decoration: none;
}

#hidden_links{
	width: 364px;
	margin: 0 auto;
	margin-top: 6px;
}

#hidden_links a{
	padding: 0px 10px 0px 10px;
}