@charset "utf-8";
/* CSS Document */
Body {
	background-color:#232330;
	font-family:tahoma,verdana,arial;
	font-size:11px;
	color:#FFFFFF;
}
#tudo {
	width:430px;
	height:570px;
	position:absolute;
	left:50%;
	margin-left:-215px;
}
#topo {
	width:430px;
	height:118px;
	background-image:url(img/tv_top.jpg);
	margin:0;padding:0;
}
#tv {
	width:430px;
	height:300px;
	position:relative;
	margin:0;padding:0;
}
#tv_colone {
	width:20px;
	height:300px;
	float:left;
	background-image:url(img/tv_side_left.jpg);
}
#tv_coltwo {
	width:390px;
	height:300px;
	float:left;
	background-color:#23232E;
}
#tv_colthree {
	width:20px;
	height:300px;
	float:left;
	background-image:url(img/tv_side_right.jpg);
}
#tv_bot {
	width:430px;
	height:20px;
	margin:0;padding:0;
	position:relative;
}
#tv_bot_one {
	width:20px;
	height:20px;
	float:left;
	background-image:url(img/tv_bott_left.jpg);
}
#tv_bot_two {
	width:390px;
	height:20px;
	float:left;
	background-image:url(img/tv_bott_meio.jpg);
}
#tv_bot_three {
	width:20px;
	height:20px;
	float:left;
	background-image:url(img/tv_bott_right.jpg)
}
#tvBox {
	width:320px;
	height:300px;
	margin-left:35px;
	margin-top:3px;
	background-color:#999999;
}
#tvOff {
	width:370px;
	height:300px;
	background-image:url(img/tv_off.jpg);
	margin:0;padding:0;
	margin-left:10px;
}
#dataAgora {
	width:100%;
	text-align:center;
	margin-top:12px;
}
a:link {
	color:#00CCFF;
	text-decoration:none;
}
a:visited {
	color:#00CCFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

