* {
    margin: 0;
    padding: 0;
}

html {
    background: #404040;
}

body {
    font: 12px/14px Arial, Helvetica, sans-serif;
    color: #666;
    text-align: left;
}

a { color: #0088cc; text-decoration: none;}
a:hover { text-decoration: underline;}
a img { border: none;}

p { margin: 0px 0px 20px 0px; line-height: 18px;}

#box {
    margin: 40px auto;
    padding: 25px;
    width: 400px;
    background: #fff;
    border: 1px solid #e8e8e8;
}

#box #logo {
    float: left;
    margin-left: 63px;
}

#box h2 {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    height: 84px;
    text-align: left;
}

.logo_text {
    position: relative;
    top: 35px;
}

.light {
    color: #ccc;
}