body {
    background: #fff url(../images/bg.png) repeat;
    padding: 0 25px 50px 25px;
    margin: 0;
    border-top: 35px solid #323232;
}

#logo {
    margin-top: 50px;
    text-align: center;
}

#logo img {
    max-width: 100%;
}

#images,
#info {
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3), 1px 1px 11px 0px rgba(88,88,88,0.1) inset;
    -khtml-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3), 1px 1px 11px 0px rgba(88,88,88,0.1) inset;
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3), 1px 1px 11px 0px rgba(88,88,88,0.1) inset;
    -ms-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3), 1px 1px 11px 0px rgba(88,88,88,0.1) inset;
    -o-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3), 1px 1px 11px 0px rgba(88,88,88,0.1) inset;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3), 1px 1px 11px 0px rgba(88,88,88,0.1) inset;
    border: 1px solid #fff;
    padding: 44px 0;
    background: #fff;
}

#images {
    padding: 0;
}

#images_content {
    padding: 5px;
    overflow: hidden;
}

#images .images_row {
    overflow: hidden;
}

#images img {
    width: 25%;
    float: left;
}

#info {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    font-family: Arial, sans-serif;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
}

#info a {
    text-decoration: none;
    color: #299984;
}

#info a:hover {
    color: #5bd0bb;
}

#info .important {
    color: #000;
}

#info h1 {
    margin: 0;
    font: 400 italic 22px 'Helvetica Neue', Georgia, Arial, sans-serif;
    line-height: 30px;
    color: #000;
}