body {
         background: #FFF;
         background-image: url(../imgs/2010poster.gif);
         background-position: center center; 
         background-repeat: no-repeat;
}

#header {
         padding: 10px 0px 10px 10px;
         width: 90%;
         background: #FFFFFF;
}

#container {
         width: 100%;
         position: relative;
         height: 100%;
         min-height: 100%;
}

#contents {
         padding-bottom: 30px;

}


#footer {
         width: 100%;
         background: #FFFFFF;
         position: absolute;
         bottom: 0;
         height: 30px;
}
