/*############################################################## 
	@AtivaWeb:		www.ativaweb.com
	@Autor:			Éber Costa
	@e-mail:		ebersc@gmail.com
	@data:			18/02/2009
	@content:		Folha de estilo para o layout principal 
###############################################################*/

*{margin:0;padding:0;}
address,th{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none; font-size:inherit;}
a{text-decoration:none; color:#000099;}
div{position:relative; text-align:left;}

div#chat{
	margin-top:10px;
	margin-left:100px;
	width:600px;
	height:400px;
	padding:5px;
	background:#FFF;
	border:2px solid #666;
	float:left;
	background:url(../imagens/bg.jpg) repeat-x bottom #FFF;
	}

div#video{
	background:url(../imagens/bg.jpg) repeat-x bottom #FFF;
	margin-top:8px;
	margin-right:10px;
	width:390px;
	height:290px;
	padding:5px;
	border:2px solid #666;
	float:left;
	}

.bt{
	color:#666;
	}
.bt:hover{
	color:#000;
	font-size:14px;
	font-weight:bold;
	}
	
div#tv{
	margin:0 auto;
	width:380px;
	height:255px;
	background:#999;
	margin-top:10px;
	}