/*

  Created By Jonathan Conrad

     E-Mail: jonconrad@randybachman.com

*/

body {
  font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   margin:0;
   background-color: #000000;
}
#content {
 width: 1024px;
 height: 768px;
 margin-left: auto;
 margin-right: auto;
 background: url("images/splash.jpg");
 padding: 0 ;
 }

#enter a {
			display:block;
			position:relative;
            top:137px;
            left:435px;
			width: 157px;
			height: 39px;
			background: url("images/enterButton.jpg") 0 0 no-repeat;
			text-decoration: none;
}
			
#enter a:hover {
			background-position: -157px 0;
}

#juke a {
             display:block;
             position:relative;
             left:371px;
             top:500px;
             width: 135px;
             height: 134px;
             background: url("images/jukeboxCD.jpg") 0 0 no-repeat;
             text-decoration: none;
}

#juke a:hover {
			background-position: -135px;
}

#songbook a {
             display:block;
             position:relative;
             left:522px;
             top:365px;
             width: 136px;
             height: 135px;
             background: url("images/sbCD.jpg") 0 0 no-repeat;
             text-decoration: none; 
}   
    
#songbook a:hover {
            background-position: -136px;
}  
