/* CSS Document */
html, body { padding:0; margin:0;}

#contenitor {
	height: 500px;
	width: 750px;
	background: #EFEFEF;
	margin:0;
	padding:0;
	position:relative;
}

#cont-top {
	height:200px;
	width:750px;
	background-image:url('images/top.png');
	position:absolute;
	top:0;
}

#cont-middle {
	height:270px;
	width:750px;
	background:url('images/middle.png') repeat-y;
	position:absolute;
	top:200px;
}

#cont-bottom {
	height:30px;
	width:750px;
	background:url('images/bottom.png') no-repeat;
	position:absolute;
	bottom:0;
}

#logo h1 {
	height:96px;
	width:180px;
	text-indent:-999999px;
	background:url('images/logo-white-gif.gif') no-repeat;
	position:absolute;
	top:5px;
	left:17px;
}

#mogulus {
	position:absolute;
	height:344px;
	left:19px;
	top:-50px;
}

#on-air-now {
	position:absolute;
	right:160px;
	top:28px;
}

#audio {
	position:absolute;
	right:160px;
	top:100px;
}

#show-image {
	position:absolute;
	right:39px;
	top:37px;
}

h3 { margin-bottom:5px; margin-top:0px; padding-bottom:0;}
p { margin:0; padding:0; }
html { font-family: verdana, lucida-sans, sans-serif; font-size: 11px; line-height:15px; }

.body-bg {background:#EFEFEF;}
#ifOnAir  {font-family: verdana, lucida-sans, sans-serif; font-size: 11px; line-height:15px;}

