body {
    margin:0;
    padding:0;
    background:#272727 url(../../_media/layout/bg-top.jpg) repeat-x top;
    font:13px Arial;
    color:#FFF;
}

#wrap {
    width:960px;
    margin:0 auto;
}

#head {
    height:81px;
    margin-bottom:20px;
}

#logo {
    margin-top:33px;
    float:left;
    border:0;
}

#logo img {
    border:0;
}

#tagline {
    margin-top:47px;
    float:right;
}

#body {
    margin:40px 100px;
}

#body img {
    margin-top:40px;
    border-bottom:1px dotted #ffcc00;
}

#body img.verse {
    margin:5px 0 10px 25px;
    padding:20px;
    border:5px solid #333;
    float:right;
}

#body a {
    color:#FFF;
    text-decoration:none;
    border-bottom:1px dashed #fff;
    font-weight:bold;
}

#body a:hover {
    color:#ffcc00;
    border-bottom:1px dotted #ffcc00;
    text-shadow:none;
}

#body p, #body ul li {
    line-height:20px;
    margin-bottom:20px;
}

#foot {
    background:#323232;
    padding:20px;
    margin-bottom:50px;
    margin-top:80px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
