/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/Dezembro/2015, 18:30:00
    Author     : garedesign
*/

root{ 
    display: block;
}

html, body{
    margin:0;
    padding:0;
    border:0;
    width:100%;
    height:100%;
    background:url('../images/fundo.gif') repeat-x; width: 100%; height: 100%;
}

.wrapper{ width: 100%; min-height: 100%; }
.wrapper1{ margin: 0 auto; width: 100%; }

.logo{ background:url('../images/logo.gif') no-repeat; width: 1000px; height: 604px; margin: 0 auto; }
