html,body {
    height:100%;
    margin:0;
    padding:0;
    background-image:url(../images/stripe.png);
 }
#container {
    position:relative;
    width:944px;
    height:100%;
    margin:auto;
    background-image:url(../images/shadow.png);
 }
#header {
    position:fixed;
    width:900px;
    height:164px;
    margin-left:22px;
    background-image:url(../images/M1Header3.png);
}
#buttons {
    width:501px;
    height:53px;
    margin-top:69px;
    margin-left:200px;
 }
#ind,#new,#com,#mus,#boa {
    float:left;
    height:53px;
    width:100px;
    background-position: -101px;
    background-repeat:no-repeat;
 }
#ind {
    background-image:url(../images/buttons2x1.png);
 }
#new {
    background-image:url(../images/buttons2x2.png);
 }
#com {
    width:101px;
    background-image:url(../images/buttons2x3.png);
 }
#mus {
    background-image:url(../images/buttons2x4.png);
 }
#boa {
    background-image:url(../images/buttons2x5.png);
 }
#ind:hover,#new:hover,#com:hover,#mus:hover,#boa:hover {
    background-position:0;
 }
#footer {
    position:fixed;
    bottom:0;
    width:900px;
    height:100px;
    margin-left:22px;
    background-image:url(../images/footer.png);
 }   
#contents {
    width:840px;
    height:100%;
    padding:0 30px;
    margin:auto;
    overflow:auto;
    background-color:#202020;
    background-image:url(../images/Logoimg.png);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: bottom center
 }
#contents .padding {
    height:100px;
 }
#contents h4 {
    font-family:tahoma,arial,helvetica,sans-serif;
    font-size:16px;
    color:#e6e6e6;
 }
#contents p {
    font-family:tahoma,arial,helvetica,sans-serif;
    font-size:12px;
    color:#0390fd;
    text-align:justify;
 }

