body {
    margin: 100px 0px 0px 0px;
    padding: 0px;
    background: black;
    color: white;
    background-image:url('images/background.jpg');
background-repeat:no-repeat;
background-position: center 65px; 
}

a {
    text-decoration: none;
    color: black;
}

#one {
    height: 50px;
    margin: 0px;
    padding: 0px;  

}

#one a{
    display: block;
    height: 50px;
	text-indent: -5000em;
    background: url(images/action.gif) center 0px no-repeat;
	     background-color: #FFFFFF;
		   filter:alpha(opacity=10);   /* Internet Explorer       */
   -moz-opacity:0.1;           /* Mozilla 1.6 and below   */
   opacity: 0.1; 

}

#one a:hover {
	    		   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1;           /* Mozilla 1.6 and below   */
   opacity: 1; 
	 
}

#nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#nav ul li{
    height: 50px;

}

#nav ul li a{
    display: block;
    height: 50px;
}

#uploadlink {
    background-position: 0px -50px;
}
#uploadlink a{
    text-indent: -5000em;
    background: url(images/music.gif) center 0px no-repeat;
	background-color: #ce2e04;
	   filter:alpha(opacity=20);   /* Internet Explorer       */
   -moz-opacity: .20;           /* Mozilla 1.6 and below   */
   opacity: .20; 
   
}#uploadlink a:hover{
		   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1;           /* Mozilla 1.6 and below   */
   opacity: 1; 
}

#infolink {
    background-position: 0px -100px;
}
#infolink a{
text-indent: -5000em;
    background: url(images/andrewgreer.gif) center 0px no-repeat;
	background-color: #FFFFFF;
		   filter:alpha(opacity=65);   /* Internet Explorer       */
   -moz-opacity:0.65;           /* Mozilla 1.6 and below   */
   opacity: 0.65; 
   
}
#infolink a:hover{
   		   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1;           /* Mozilla 1.6 and below   */
   opacity: 1; 
}

#widgetlink {
    background-position: 448px -150px;
}
#widgetlink a{
text-indent: -5000em;
    background: url(images/words.gif) center 0px no-repeat;
    background-color: #23729c;
		   filter:alpha(opacity=25);   /* Internet Explorer       */
   -moz-opacity:0.25;           /* Mozilla 1.6 and below   */
   opacity: 0.25; 
}#widgetlink a:hover{
     		   filter:alpha(opacity=90);   /* Internet Explorer       */
   -moz-opacity:.9;           /* Mozilla 1.6 and below   */
   opacity: .9; 
}
#last {
    background-position: 0px -200px;
}
#last a{
text-indent: -5000em;
    background: url(images/images.gif) center 0px no-repeat;
    background-color: #ffffff;
		   filter:alpha(opacity=10);   /* Internet Explorer       */
   -moz-opacity:.10;           /* Mozilla 1.6 and below   */
   opacity: .10; 
}#last a:hover{
     		   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1;           /* Mozilla 1.6 and below   */
   opacity: 1; 
}
#press {
    background-position: 0px -250px;
}
#press a{
text-indent: -5000em;
    background: url(images/presslink.gif) center 0px no-repeat;
    background-color: #ce2e04;
		   filter:alpha(opacity=10);   /* Internet Explorer       */
   -moz-opacity:.10;           /* Mozilla 1.6 and below   */
   opacity: .10; 
}#press a:hover{
     		   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1;           /* Mozilla 1.6 and below   */
   opacity: 1; 
}
#infotext {
    height: 50px;
    color: #edb31f;
    overflow: hidden;
}

#infotext p{
    padding: 0px 50px;
    font-size: 18px;
    line-height: 24px;
}

#infotext p a{
    color: #edb31f;
}#infotext p a:hover{
    color: white;
}


#footer {
	 position:relative;
 top:50px;
 filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;

 
 }
 
 #footer:hover {
	 position:relative;
 top:50px;
 filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;

 
 }
