body {
   width:900px;
   height:500px;
}

img {
   position: absolute;
   border-width: 0px;
   border: none;
}
img.dodgy {
   left:400px;
   top:50px;
   height:inherit;
}
img.photos {
   left:225px;
   top:200px;
}
img.mfc {
   left:255px;
   top:100px;
}

img.forums {
   left:275px;
   top:300px;
}
img.vrtagger {
   left:201px;
   top:355px;
}
img.metart {
   left:220px;
   top:455px;
}
img.metart2 {
   left:280px;
   top:585px;
}
img.maccat {
   left:550px;
   top:584px;
}

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;
}