/*
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 : 8/Jun/2014, 20:19:42
    Author     : Bruno
*/

body {
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.75em;

}

#content {
   width: 600px;
   margin-left: auto;
   margin-right: auto;
   height: 400px;
   border: 0px solid #000000;
   background-image: url('../images/logo.png');
   background-size: 75%;
   background-repeat: no-repeat;
   background-position: center;
}

#content2 {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   background-color: #cccccc;
   height: 400px;
   border: 0px solid #000000;
   
}

#lateral{
    witdh: 1000 px;
    height: 1000 px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000000;
    background-image: url('../images/logo-YL.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

#textbox {
    position: relative;
    top: 40px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000000;
    text-align: center;
}