/* Add space to page top and insert background image to go along top of page */
body {
margin-top:0px;
background-image: url(http://www.gamesntoys.co.uk/aom/images/gamesntoys-header.jpg);
background-repeat: no-repeat;
background-position: center;
background-position: top;
}
