﻿#content
{
    background: url("../images/tetes.png") no-repeat;
}

#content div
{
    display: inline-block;
}

#content ul
{
     list-style: none;
     padding: 0;
     width: 200px;
     border: 1px solid black;
     background-color: white;
     overflow: auto;
     height: 480px;
     padding: 10px;
}

#content div:first-child
{
    margin: 0 230px 0 220px;
}

#content ul li a
{
    font: 1.2em Arial, serif;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}
