body {
    background: #fff;
    font-family: trebuchet, 'trebuchet ms', arial, sans-serif;
    text-align: center;
    font-size: 95%;
}

a:link {
    color: #000;
}

a:visited {
    color: #666;
}

a:hover {
    color: #666;
}

a:active {
    color: #666;
}

h2 {
    border-bottom: 1px solid #999;
}

#header {
    background: url('images/logo.png') no-repeat scroll 0 0 transparent;
    display: block;
    width: 370px;
    height: 58px;
    margin: 20px auto;
    clear: both;
}

#strap {
    font-style: italic;
}

#content {
    padding-top: 10px;
    margin: 20px auto;
    width: 560px;
    text-align: justify;
}

#footer {
    padding-top: 5px;
    font-size: 80%;
    color: #999;
}

ul.slide {
    list-style: none;
    margin: 0;
    padding: 10px;
    height: 224px;
}

ul.slide li {
    position: absolute;
}
