
@font-face
{
font-family: RedEyesFont;
src: url(fonts/steelfish.otf);
}

body {
    margin:0px;
}

#header {
    height: 144px;
    background-color:#ffffff;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
}

#header2 {
    width: 100%;
    height: 188px;
    background-color: #36BFB4;
}

#footer {
    width: 100%;
    height: 188px;
    background-color: #bf3e10;
}

.overlay {
    background-color: #000000;
    position:absolute;
    width: 200px;
    height: 200px;
    margin:0px;
    opacity: 0;
}

.overlay p {
    color:#fff;
    text-align: center;
    margin-top: 100px;
}

.menu {
    float:left;
    width: 200px;
    height: 200px;
    margin: 2px 2px 2px 2px;
}

#body {
    background-color:#ffffff;
    min-height: 500px;
    font-family: RedEyesFont;
    font-size: 24pt;
    margin-left: 10px;
    margin-right: 10px;
}

#body, #intro {
    background-color: #eeeee;
}

#intro {
    margin:2px 0px 10px 0px;
}

#music {
    /*width:100%;*/
    margin-top: 20px;
    /*background-color: #f0f0f0;*/
    clear: both;
}

#music ul {
    list-style-type: none;
}

#picture {
    background-color: #eeeeee;
    width:100%;
    min-height: 50px;
}

#jackets {
    /*width:700px;*/
}

#messages {
    width: 200px;
    margin:10px 0px 10px 0px;
}