/* Global Styles */

@import url(reset-min.css);
body
{ background: #221E1F; }
#container
{ margin: 0 0; width: 800px; }

/* Header Styles */

#header
{ width: 100%; height: 151px; background: url("images/header.png") no-repeat top left; position: relative; }

#header h1 a
{ display: block; position: absolute; width: 135px; height: 136px; top: 15px; left: 647px; text-indent: -5000px; }

#home, #booking, #contact, #schedule, #members, #cds
{ position: absolute; text-indent: -5000px; display: block; }

#home
{ top: 22px; left: 53px; width: 40px; height: 22px; }

#booking
{ top: 43px; left: 140px; width: 119px; height: 23px; }

#contact
{ top: 86px; left: 215px; width: 119px; height: 23px; }

#schedule
{ top: 65px; left: 361px; width: 119px; height: 22px; }

#members
{ top: 86px; left: 499px; width: 118px; height: 23px; }

#cds
{ top: 22px; left: 529px; width: 86px; height: 22px; }

#gallery img
{ margin-bottom: 10px; margin-left: 10px; }