html {
	margin:0px;
	padding:0px;
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	font: 85%/0.9 arial, helvetica, sans-serif;
	line-height: 130%;
	width: 100%;
	color: black;
	height: 100%;
	background-color: yellowgreen;
	background-image: url(../images/centerback.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.SchedText { 
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-variant:normal;
font-weight:100;
}

#mainbox {
	width:940px;
	background:#FFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.TvProfile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
}

.tr  {
	background:url(../images/rounded_tr.gif) no-repeat right top;
	padding:0;
	margin:0;
}
.tl  {background:url(../images/rounded_tl.gif) no-repeat left top;
margin:0;
padding:0;
}
.br  {background:url(../images/rounded_br.gif) no-repeat right bottom;
margin:0;
padding:0;
}
.bl {
	margin:0;
	padding:0;
	background-image: url(../images/rounded_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.trf  {
	background:url(../images/rounded_trf.gif) no-repeat right top;
	padding:0;
	margin:0;
}
.tlf  {background:url(../images/rounded_tlf.gif) no-repeat left top;
margin:0;
padding:0;
}
.brf  {background:url(../images/rounded_brf.gif) no-repeat right bottom;
margin:0;
padding:0;
}
.blf {
	margin:0;
	padding:0;
	background-image: url(../images/rounded_blf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rounded_content {
margin:0;
padding:1em;
}
  .schedule {
	overflow: hidden;
	position: fixed;
	visibility: visible;
	z-index: auto;
	height: auto;
	width: auto;
	left: 25px;
	top: 25px;
	background-color:#99FFFF;
}
.CurrentAir {
	position: relative;
	height: 345px;
	width: 350px;
	top: 25px;
	left:750px;
	border:thin solid #000000;
	background-color:#FFFFCC;
}
.CurrentAir .SchedTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.StudioInfo {
	background-color: #CCFFCC;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	position: relative;
	top: 50px;
	left: 750px;
	width: 400px;
}

#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 900px;
  	margin: 35px auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
	background: white;
}


