html,body{
    padding:0;
    font-family:verdana,sans-serif;
    font-size:88%;
    color:#000;
    margin:0px;
}

#screenbody{
    background-image:url("images/home-background.gif");
    background-position:top center;
    background-repeat:no-repeat;
}

body{
    padding:5px 5px 5px 5px;
    }

img{
    border:2px solid #bbb;
}

h1{
    margin:0;
    font-size:1.1em;
    font-weight:bold;
    padding-bottom:2px;
}

a,a:active,a:visited{
    color:#777777;
    text-decoration:none;
    font-weight:bold;
}
a:hover{
    text-decoration:underline;
}

#screenshotholder {
  background:transparent url('images/loading.gif') 50% 50% no-repeat;
  text-align:center;
  margin:0;
}

#map{
   width: 650px;
   height: 347px;
   margin: 5px 0 0 0;
   padding: 0px;
   border: 1px #ccc solid;
}