
/* Add space to page top and insert background image to go along top of page */
body {
margin-top:23px;
background-image: url(http://www.jamesbondbookshop.co.uk/aom/newimages/header_background.gif);
background-repeat: repeat-x;
background-position: center;
background-position: top;
}

/* tab */

.aom_t2 A {border-left:0px solid #000; border-top:0px solid #000; border-right:0px solid #000; padding:0.5em .5em;}


/* Background colour for location bar */
.aom_bc {
	background-color: #ebebeb; 
}