﻿
#geral
{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

#conteudo
{
    padding-top: 80px;
    padding: 15px;
}

body
{
    background: url(http://farm1.static.flickr.com/81/263957892_b03344cc29_b.jpg);
    background-color: #000;
    /*background-color: #c3dde5;*/
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    text-align: center; /* esse eh o hack para o ie */
}

.PaddingTOP
{
    /*left: 15px;*/
    /*top: 0px;*/
    /*width: 980px;*/
    height: 5px;
}
