﻿body  {
    background-color: #FFF779;
    font-size: 14px;
    background-image: url("achtergrondlyrics.gif");
    background-repeat: no-repeat;
    background-position: bottom;
}

img {
    border-width: 0;
}

#container {
    width: 900px;
    margin: 0 auto 25px auto;
}

#logo {
    height: 80px;
    background-image: url("logolyrics.gif");
    background-repeat: no-repeat;
    background-position: center;
}

#menu {
    height: 50px;
}

#menu ul {
    list-style-type: none;
}

#menu li {
    display: inline;
}

#content {
    margin-top: 0px;
    height: 445px;
}

#tekstvak {
    height: 400px;
    width: 600px;
    padding-top: 20px;
    background-image: url("tekstvak.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 0 auto;
}

#tekst {
    margin-left: 32px;
    margin-top: 25px;
    height: 300px;
    width: 540px;
    overflow: auto;
}

