
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0; padding:0px;
	background-image:  url(MDotTV/mentbg.jpg); 
	background- fixed: 0 ; 
	text-align:center; 
	scrollbar-face-color: black;
	scrollbar-arrow-color: red;
	scrollbar-3d-light-color: #4E4848;
	color:#FFF;}
#iframe{
	scrollbar-face-color: black;
	scrollbar-arrow-color: red;
	scrollbar-3d-light-color: #4E4848;
}
marquee {
	font-size:10pt;
	margin-left:1em;}
	
h2 {
	font-size:14pt;
	font-weight:normal;
	margin-top:5px;}
	
#container {
	width:850px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color: #000000;
	-moz-opacity:0.7;
	filter:alpha(opacity=85);
	padding:1em;
	/*border-left: 1px white solid;
	border-right: 1px white solid;*/
	}

#header {
	border-bottom:1px red solid;
	position: relative;
	}
	
#header a:link{
	margin-right:1em;
	text-decoration:none;
	color:white;}
	
#header a:visited{
	margin-right:1em;
	text-decoration:none;
	color:white;}
	
#header a:hover {
	margin-right:1em;
	text-decoration:none;
	color:red} 
#news {
	float: left;
	height: 125;
	width:632;
	margin: 1em;
	}	
#left {
	float:left;
	padding: 1em 0 1em 0;
	width:400px;
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
	position: absolute;
	}
#left_artist {
	float:left;
	padding: 1em 0 1em 0;
	width:400px;
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
	position: relative;
	}
		
#right {
	float:right;
	padding: 1em 0 1em 0;
	width:400px;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
	position: relative;
	}
		
#footer {
	border-top:1px red solid;
	text-align:center;
	clear: both;
	}
