html, body{
    height: 100%;
}
.container{
}
#header{
    height: 350px;
    padding-top: 150px;

    background-color: #ddd;
    background-image: url("../img/header_bg.jpg");
    background-size: cover;
    background-position-y: -230px;

    text-shadow: 1px 2px 10px #333;
    text-align: center;
    color: #fff;

}
#wrapper{
    margin-top: 30px;
}
.layout-content{
    min-height: 300px;
    text-align: center;
}
.logo{
    width: 60%;
}
.layout-desc h3{
    font-size: 1em;
}
#footer{
    margin-top: 30px;
    background-color: #888;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    color: #eee;
}
