﻿*
{
    margin:0px;
}

body 
{
    background:#000;
    overflow:hidden;
}

#site
{
    width:1000px;
    height:600px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-500px;
    margin-top:-300px;
}

#menu_superior
{
    width:1000px;
    height:100px;
}

#menu_lateral
{
    height:412px;
    width:404px;
    float:left;
}

#centro
{
    width:580px;
    height:412px;
    float:right;
}

#interno
{
    text-align:left;
    background:#000;
    z-index:1000;
}

#ifCentro
{
    overflow:hidden;
}

#rodape
{
    width:1000px;
    height:45px;
    clear:both;
    text-align:right;
}

iframe, object, embed
{
    background:#000;
}
