@charset "UTF-8";
/* CSS Document for www.mediavorio.com*/

body {
/*	#373737; /* STANDARD neroavorio DARK GREY */
/*	#D52B1E; /* STANDARD neroavorio ARROW RED */

	background-color: black;
/* background: transparent url(../images/xxx.jpg) no-repeat; */
	height:100%; /**** Serve per gestire bene le altezze percentuali dei div contenuti (tipo leftbox) anche con IE6 *****/
	margin:0 auto;

	font-family: Arial, Helvetica, sans-serif; 
/*	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;*/
/*	font-family: "Courier New", Arial, Helvetica, sans-serif;*/
/*	font-family: Georgia, Arial, Helvetica, sans-serif;*/
/*	font-family: Impact, Arial, Helvetica, sans-serif;*/
/*	font-family: Tahoma, Arial, Helvetica, sans-serif;*/
/*	font-family: "Times New Roman", Arial, Helvetica, sans-serif; */
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/

	font-size: 12px;
	text-align:justify;
	color: white;
/*	overflow-x:hidden;*/
}
	
a:link {  color: white; text-decoration: none} /* STANDARD TEXT LINK COLORS - white, neroavoriored su hover */
a:visited {  color: white; text-decoration: none}
a:hover {  color: #D52B1E; text-decoration: none}


a {
	border:0px;
	outline:0px;
}

#header {	
	position:relative;
	width:900px;
	height:110px;
	margin:auto;
}
	#header_mediavorio {	
		background: url(../images/hd_mediavorio_beta.gif) top left no-repeat;
		position:absolute;
		width:313px;
		height:49px;
height:66px;
		top:50px;
		left:0px;
	}
	#header_onair {	
		background: url(../images/onair.gif) top left no-repeat;
		position:absolute;
		width:168px;
		height:90px;
		top:0px;
		left:320px;
	}
	#header_channeltext {
		display:none;
		position:absolute;
		width:313px;
		height:60px;
		top:40px;
		right:20px;
	}
		.canale_inprep{
			width:190px;
			height:15px;
			margin:5px auto;
			border:white 1px solid;
			text-align:center;
		}

#central_wrapper {	
	background: url(../images/off_column.gif) top center repeat-x;
	width:100%;
	height:468px;
}
	#main_channels {	
		width:684px;
		height:486px;
		margin:auto;
	}
		.channel {	
			background-color:black;
			width:228px;
			height:162px;
			float:left;
		}
			.channel a{	
				display:block;
				width:228px;
				height:162px;
			}
		
#footer {
	width:300px;
	height:20px;
	line-height:20px;
	margin:50px auto;
	text-align:center;
}