#escueladeartes {
position:absolute;
top:50%;
left:50%;
width:1020px;
height:528px;
margin-left:-510px;
margin-top:-264px;
background-color: #fff;
}
/*el width y el height son las medidas de ancho y alto del swf. el margin-left/top es mitad del ancho y alto respectivamente del swf.*/