body {
margin: 0px;
padding: 0px;
background-color:#000000;
}



div#container {width:900px; height: 100%; position: absolute; left: 50%; margin-left: -450px; background-color: ; }
div#header {top: -20px; left: 50%; padding: 0px 0px 0px 0px; }
div#bodybox {margin: 10px; padding: 2px; border: solid 0px red; text-align: center; }
div#footer { position: absolute; bottom:0; width: 900px; height: 20px; background-color:#000000; text-align: center; border:0px solid black; display: none; }




 a.music {
 outline: none;/* get rid of dotted borders in FireFox */
 text-indent: -5000px ;/* this move the text outside of the screen area */
 width:200px;
 height:90px;
 display: block;
 margin: 18px 12px 16px 12px;
 background: url("/images/music.png") 0 0 no-repeat;
 }

 a.music:hover {
 background-position: 0 -90px;
 }

 a.music:active {
 background-position: -0px 0;
 }
 
 a.work {
 outline: none;/* get rid of dotted borders in FireFox */
 text-indent: -5000px ;/* this move the text outside of the screen area */
 width:200px;
 height:90px;
 display: block;
 margin: 18px 12px 16px 12px;
 background: url("/images/work.png") 0 0 no-repeat;
 }

 a.work:hover {
 background-position: 0 -90px;
 }

 a.work:active {
 background-position: -0px 0;
 }
 
 a.video {
 outline: none;/* get rid of dotted borders in FireFox */
 text-indent: -5000px ;/* this move the text outside of the screen area */
 width:200px;
 height:90px;
 display: block;
 margin: 18px 12px 16px 12px;
 background: url("/images/video.png") 0 0 no-repeat;
 }

 a.video:hover {
 background-position: 0 -90px;
 }

 a.video:active {
 background-position: -0px 0;
 }
 
  


<!--
p { color:ffffff; font-family: Helvetica; font-size: 16px; padding: 0px 1px 0px 2px; margin: 4px 2px 2px 2px;}
h1 { color : #000000; background-color: #ffffff;  font-family: Courier; font-size :20px; margin: 6px 1px 0px 1px; padding: 1px 0px 1px 5px; font-weight: bold; }
h2 { color : #000000; font-family: Courier; font-size :18px; margin: 4px 0px 0px 0px; padding: 1px 0px 1px 0px; font-weight: bold; text-align: center; }
p.foot { color:#666666; font-size:11px; text-align:center; padding: 2px;}
a:link { color:#666666; }

-->
