/* CSS DIVS PLAYER */
#geralDiv {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:610px;
	z-index:1;
}
#topoDiv {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:210px;
	z-index:2;
}
#topoContentDiv {
	position:absolute;
	left:645px;
	top:30px;
	width:335px;
	height:160px;
	z-index:3;
}
#meioDiv {
	position:absolute;
	background-image:url(../images/bg_meio.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#085893;
	left:0px;
	top:210px;
	width:1024px;
	height:320px;
	z-index:3;
}
#eventoDiv {
	position:absolute;
	background-image:url(../images/bg_eventoIndex.gif);
	background-position:center;
	background-repeat:no-repeat;
	left:55px;
	top:75px;
	width:400px;
	height:130px;
	z-index:4;
}
#plDiv {
	position:absolute;
	background-image:url(../images/bg_PLindex.gif);
	background-position:center;
	background-repeat:no-repeat;
	left:669px;
	top:75px;
	width:300px;
	height:130px;
	z-index:4;
}
#rodapeDiv {
	position:absolute;
	background-color:#FFFFFF;
	left:0px;
	top:530px;
	width:1024px;
	height:79px;
	z-index:3;
}

