body {     
    display:block; 
    border: 0px solid #000;
    background: url(../img/body.jpg) no-repeat center center fixed;
    background-size: cover;
    background-attachment:fixed;
    margin: 10px; 
    padding: 10px; 
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.StyleSelectBox {
    width:480px;
    height:32px;
    font:14px Arial, Tahoma, Helvetica, Verdana;
    text-align:left;
    background: rgba(255, 255, 255, 0.55);
    line-height:30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    color: #000;
    white-space:nowrap;
    padding:0 0px 0 12px;
}
  
.select {
    color: #7e7e83;
    font-size: 100%;
}

#header {
    position: sticky;
    left: 0; top: 0px;
    padding: 10px;
    color: blue;
    width: 100%;
}

#footer {
    position: fixed;
    left: 0; bottom: 0;
    padding: 0px;
    color: blue;
    width: 100%;
   }