﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
    text-align: justify;
    background-color: #000000;
    padding: 0px;
    margin: 0px;
}

#header
{
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('Image/header.png');
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 160px;
}

#corpo
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
