﻿@charset "utf-8";
/* CSS Document */

body
{
    background-color : #FFFFFF;
    margin-bottom    : 0px;
    padding-top      : 10px;
    padding-left     : 0px;
    padding-right    : 0px;
    padding-bottom   : 0px;
}

#imagem
{
    position    : absolute;
    width       : 775px;
    height      : 600px;
    left        : 50%;
    top         : 50%;
    margin-left : -387px;
    margin-top  : -300px;
}
#image {margin:0 auto; width:600px;}
#image img {margin:10px;}