body {
   background-color: black;
}

#header {
   min-height: 640px;
   background-image: url("gradient.jpg");
   background-repeat: repeat-x;
   background-color: #E8E4BE;
   overflow: hidden;
}

#logo {
   padding-top: 12px;
}

#footer {
   background-image: url("lines.png");
   background-repeat: repeat-x;
   background-color: #E8E4BE;
   clear: both;
   overflow: hidden;

}

#corner {
   width: 394px;
   height: 270px;
   background-image: url("cornernotes.png");
   background-color: #E8E4BE;
}

.center {
   width: 800px;
   margin: 0 auto;
}

.filmstrip {
   width: 774px;
   height: 92px;
   margin-bottom: 6px;
   background-image: url("filmstrip.png");
   background-repeat: repeat-x;
}

.filmstrip div {
   display: inline;
}

.filmstrip img {
   margin-top: 16px;
   margin-left: 3px;
}

#logo.center, #nav.center {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

img {
   border-style: none;
}

#main {
}

#sidebar {
   width: 280px;
   float: right;
   margin-left: 12px;
   border-left: 1px solid #292421;
}

#news {
   padding: 3px;
   padding-left: 12px;
}

#partners {
   width: 520px;
   margin-top:50px;
   text-align: center;
}

#lyrics {
}

#main .memberlist img {
   width: 40px;
   height: 53px;
}

#main .consertimages li {
   display: inline;
   margin-left: 0px;
   list-style-image: none;
   list-style-type: none;
}


