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