body {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}


a, a:visited {
    color: #fff;
}

p, img {
    margin: 0;
    padding: 0;
    border: 0;
}

#page-wrapper {
    width: 950px;
    margin: 0 auto;
}

#page-header {
    text-align: center;
    margin-bottom: 10px;
}

#page-content {
    margin-bottom: 20px;
}

#page-footer {
    font-size: 11px;
    color: #fff;
    padding: 5px 0 40px 0;
    text-align: center;
}

.cover-container {
    width: 225px;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 15px 0 0;
}

#page-content .first {
    margin: 0 20px 15px 0;
}

#page-content .last {
    margin: 0 0 15px 0;
}

#page-content p {
    line-height: 20px;
    margin-bottom: 10px;
    text-align: justify;
}

.tooltip {
    height: 35px;
    line-height: 35px;
    background: transparent url(../img/trans.png) repeat 0 0;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.clear {
    height: 1px;
    display: block;
    width: 100%;
    clear: both;
}
