﻿.bg
{
   background-image: url(../img/bg_galeria.jpg);
   background-repeat:no-repeat;
   position:absolute;
   top:50%; 
   left:50%;
   width: 1920px;
   height:900px;
   margin-left:-960px;
   margin-top:-450px;
   overflow:hidden; 
}


.conteudo
{
    float:left;
    height:570px;
    width:500px;
}

.conteudo h1
{
    color: #d5a10e;
    font-weight: normal;
    margin-left: 290px;
    *margin-top:20px;
}

.conteudo ul
{
    margin-left:10px;
    margin-top:30px;
    color:#898989;
    margin-bottom:40px;
}


.conteudo img
{
    margin-left:35px;
    margin-bottom:30px;
}