/* color.css */

html { 
background-color : #ececec; }

div#content { 
background-color : #EBF5FC; 
border : 3px solid #800000; }

div#site_info { 
background : transparent url(images/background.jpg) repeat 0 0; }

body { 
padding-top : 10px; }

div#branding {
height : 150px;
z-index : 10;
background : transparent url(images/background.jpg) repeat 0 0;  }

h1 { 
position : absolute;
top : -10px; 
left : -80px; }

h4 img {
position : absolute;
right : 0px; 
padding : 1px;
border : 5px solid #800000; }

h5 img {
position : absolute;
left : 0px; 
padding : 1px;
border : 5px solid #800000; }


ul { 
position : relative;
padding-top : 5px; }

li#topkeys h6 img {top : 155px; left : 0; }
li#home h6 img {top : 211px; left : 0; }
li#elaines h6 img {top : 240px; left : 0; }
li#codyanderson h6 img {top : 268px; left : 0; }
li#jessmills h6 img {top : 297px; left : 0; }
li#duelingpianos h6 img {top : 326px; left : 0; }
li#booking h6 img {top : 355px; left : 0; }
li#thebuzz h6 img {top : 384px; left : 0; }
li#store h6 img {top : 413px; left : 0; }
li#bottomkeys h6 img {top : 442px; left : 0; }

h6 img {
position : absolute;
top : 0; left -500px; }

div#branding { 
position : relative;
z-index : 10; }

h1 { 
position : absolute; top : -8px; left : -10px;
width : 770px; height : 150px; 
background : transparent url(images/logo.png) no-repeat;
text-indent : -9999px; }

div#content {
z-index : 20; }

h2 { 
position : absolute; top : -200px; left : 125px;
width : 218px; height : 218px; 
background : transparent url(images/underconstruction.png) no-repeat;
text-indent : -9999px; }

div#branding blockquote { 
position : absolute;
top : -9999px; }

div#site_info {
position : absolute;
bottom : 0; left : 0;
width : 100%; height : 120px;
background : transparent url(images/background.jpg) repeat 0 0; }

div#site_info h5 { 
position : absolute;
right : 10px; 
bottom : 10px;
width : 150px; 
height : 70px; 
background : transparent url(h5.png) no-repeat; }

div#site_info h5 a { 
display : block;
width : 150px; 
height : 70px; 
text-indent : -9999px; }

div#site_info p { 
position : absolute;
left : 10px; 
top : 10px;
margin : 0; }

div#site_info h5 + p { 
text-indent : -9999px; } 