/*

  Created By Jonathan Conrad

     E-Mail: jonconrad@randybachman.com

*/

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

#enter a {
			display:block;
			position:relative;
            top:28px;
            left:769px;
			width: 53px;
			height: 31px;
			background: url("images/enter.jpg") 0 0 no-repeat;
			text-decoration: none;
}
			
#enter a:hover {
			background-position: -53px 0;
}

#dvd a {
             display:block;
             position:relative;
             left:640px;
             top:365px;
             width: 95px;
             height: 136px;
             background: url("images/jazzthing_dvd.jpg") 0 0 no-repeat;
             text-decoration: none;
}

#dvd a:hover {
			background-position: -95px;
}

#dvdtext a {
              display:block;
			  color: #ffffff;
			  text-align: center;
			  font: bold 12px/1 Arial, serif;
              position:relative;
              left:617px;
              top:200px;
              width: 148px;
              height: 31px;
              text-decoration: none;
}

#dvdtext a:hover {
					text-decoration: underline;
					color: #4b4a41
}

