﻿/*
Basic elements
-------------------------------------------- */

html, body {
    color: #FFF;
    font-family: Verdana, Arial,  Trebuchet MS, Sans-Serif;
    font-size: 10px;
    background: #404041;
    height: 100%;
}

a{color: #FFF}

a.big, a.big_s{
    font-size: 72px;
    color: #FFF;
    text-decoration: none;
    font-family: Verdana;
    font-weight: bolder;
    display: block;
    line-height: 60px
}

a.big:hover, a.big_s{
    color: #cbe8d3;
}

h1, h2{
    font-size: 72px;
    color: #FFF;
    text-decoration: none;
    font-family: Verdana;
    font-weight: bolder;
    display: block;
}

h2{
    font-size: 30px;
}

.green{color: #cbe8d3}
.gray{color: #818285}

.wrapper{
    margin: 0px auto;
    width: 900px;
    min-height: 300px;
    border: solid 0px #FFF
}

    .logo{
        margin: 80px auto 0px auto;
        width: 700px;
        border: solid 0px #FFF
    }
    
    .menu{
        margin: 10px auto;
        width: 900px;
        border: solid 0px #FFF;
        border-top-width: 2px;
        border-bottom-width: 2px;
        text-align: center;
        padding-bottom: 10px
    }
    
    .content{
        margin: 10px auto;
        width: 900px;
        border: solid 0px #FFF;
        border-bottom-width: 2px;
        text-align: center;
        padding-bottom: 10px
    }
    
    .gallery{margin-top: -65px;margin-bottom: 20px}
