body 
{
    color: white;
    font-family: verdana, arial, helvetica, sans-serif;
    background: black;
    background-image: url(http://www.ro-sham.com/ultimate/daredevilcats/img/grass.png);

}

#Logo
{
    position: absolute;
    top: 5px; 
    left: 5px;
}

#Header
{
    font-size: xx-large;
    font-weight: bold;

    position: absolute;
    top: 50px;
    left: 220px;
}

#Content
{
    margin-top: 180px;
    margin-left: 220px;
}

#Menu
{
    position: absolute;

    top: 165px;
    left: 5px;

    width: 200px;
}

#Menu>ul
{
    list-style-type: none;
}

a 
{
    color:#ffff00;
    text-decoration:none;
    font-weight:600;
}

a:hover 
{
    text-decoration:underline;
}

address
{
    margin-left: 40px;
}
