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