#video{
	position:absolute;
	top:100px;
	margin-left:90px;	
}
#baloes{
	clear:both;
	width:760px;
}

#baloes table{
	width:760px;
	border-collapse:collapse;
}

#baloes table td{
	text-align:left;
	vertical-align:top;
}


#baloes .balao{
	width:240px;
	height:70px;
	background-color:#000;
	color:#FFF;
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:12px;	
}
#baloes .balao p{
	padding-top:8px;
	padding-left:8px;	
	padding-right:8px;		
}
#baloes th{
	width:240px;
	background-color:#000;
	color:#FFF;
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
}

#baloes th span{
	clear:both;
	display:block;
	text-align:right;
	padding-top:8px;	
	padding-left:8px;	
	padding-right:8px;		
	padding-bottom:0px;	
}


