/* CSS Document */
*{
border:0;
margin:0;
padding:0;
font-family:"Comic Sans MS", "Trebuchet MS", Arial;
font-size:10px;
}

body{
background:#060 url(img/bg-body.jpg) top repeat-x;
}

#principal{
top:50%;
left:50%;
width:700px;
height:400px;
margin-left:-360px;
margin-top:-210px;
position:absolute;
background-color:#060;
text-align:center;
border:10px solid #fff;
}

#flashobject{
color:#060;
}