* {
    margin: 0;
    padding: 0;
    font: normal 12px/16px arial, sans-serif;
    color: #fff;
}

strong {
    font-weight: bold;
}

body {
    background-color: #1f1f1e;
}

.cont {
    width: 980px;
    height: 338px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -490px;
    margin-top: -169px;
}

.box {
    float: left;
    width: 490px;
}

.left {
    margin-top: 10px;
    width: 146px;
    float: left;
    text-align: right;
}

    .left img {
        margin: 0 13px 0 0;
    }

.right {
    margin-top: 8px;
    width: 200px;
    float: left;
}

a img {
    border: 0;
}

ul {
    margin: 10px 20px;
}

.bigred {
    font-size: 15px;
    color: #ff0000;
}

.boldred {
    font-size: 15px;
    color: #ff0000;
    font-weight: bold;
}

.boldwhite {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.right a, a:link, a:visited {
    text-decoration: none;
}

.right a:hover {
    text-decoration: underline;
}

.right p {
    width: 300px;
}

.second {
    margin-top: -4px;
}
