body {
    color: #0f0f0f;
    font-family: Garamond;
    font-size: 18px;
    line-height: 1.2;
    height: 100%;
    font-weight: 300;
    /*background-image: url(bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: 400;
}

h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
a { color: inherit; }

#container {
    width: 100%;
    padding-top: 40px;
}

#left {
    float: left;
    width: 480px;
    padding-left: 80px;
}

#right {
    float: right;
    width: 280px;
    padding-right: 40px;
}