body {
   width:900px;
   height:500px;
}

img {
   position: absolute;
   border-width: 0px;
   border: none;
}
img.dodgy {
   left:400px;
   top:50px;
}
img.photos {
   left:225px;
   top:200px;
}
img.forums {
   left:175px;
   top:300px;
}
img.birdcam {
   left:170px;
   top:400px;
}
img.metart {
   left:190px;
   top:500px;
}

img.metartMob {
    display:none;
}

#header {
   width: 100%;
   text-align: center;
}

ul, li {
   
   display: inline;
   list-style: none outside none;
   padding: 15px;
}

a {
   font-family: "Lucida Grande",Verdana,Arial;
   color: white;
   text-decoration:none;
}

a:hover {
   color:red;
   text-decoration:underline;
}