html, body {
 margin: 0px;
 padding: 0px;
width: 100%;
height:100%;
background-color: black;
 }
 #desktop {
position:absolute;
 top: 0px;
 left: 0px;
 margin: 0px;
 padding: 0px;
width: 100%;
height:100%;
z-index:1;
 }
  #desktop_picture {
  width: 98%;
height:97%;
border:none;
}
 #credits {
 position:absolute;
bottom: 0px;
 padding-bottom: 2px;
 font-family: Verdana,;
 font-size: 9px;
 font-weight: normal;
color: white;
}
#main_window { color: #ccc; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; position:absolute; top:4%; left:68%; width:25%; height: 38%
   }
