#content {
	margin: -15px 15px 0 0;
	float: right;
	width: 920px;
	/* must have some padding at the bottom*/
	padding: 1px 0 30px 0;
}
html>body #content {
	margin: -15px 20px 0 20px;
	width: 920px;
}
#content-tag {
	height: 50px;
	width: 91px;
	position: absolute;
	top: 242px;
	right: 0;
	background: url(/images/content-topright.gif) top right no-repeat;
}

#right-column {
	display: none;
}
#left-column{
	display: none;
}

#container {
	background: url(/images/content-bg.gif) top right repeat-y;
}


/* FOOTER */
#footer {
	clear:both;
	padding: 15px 0 0 0;
	height: 44px;
	overflow:hidden;	
	position: absolute;
	margin-left: -480px;
	left: 50%;
	bottom: 0;
	width: 960px;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	background: #0b2e35 url(/images/footer-bg.gif) top left repeat-x;
}
html>body #footer {
	margin-left: -480px;
}

.icon-hr {margin: 0 70px 0 0;}
.icon-sinefm {margin: 0 65px 0 0;}
.icon-circuit {margin: 0 20px 0 0;}


#index-left {
	width: 220px;
	float: left;
	margin: 20px 20px 0 0;
}
#index-right {
	width: 620px;
	float: left;
	margin: 0 ;
}

