body { margin: 0; padding: 0; background: #000; color: #fff; font-size: 13px; font-family: Arial, Helvetica, sans-serif; }

.nav { margin: 0 auto; padding: 0; margin-top: 20px; width: 472px;  }
.vidcon { height: 360px; width: 480px; margin: 0 auto; margin-top: 40px; -moz-box-shadow: 0 0 25px red;
  -webkit-box-shadow: 0 0 25px red;
  box-shadow: 0 0 25px red; }
.nav ul { list-style: none; margin: 0; padding: 0; }
.nav li { list-style: none;display: inline; float: left; }
.nav li a { width: 236px; height: 56px; display: block; text-indent: -1000px; overflow: hidden; outline: none; }
.d1 a { background: url(images/d1-btn.gif) top center no-repeat transparent; }
.d2 a { background: url(images/d2-btn.gif) top center no-repeat transparent; }
.nav li a:hover { background-position: bottom center; }

.oldsplash { background: url(images/splash.jpg) no-repeat top center #000; }
