body {
    margin: 100px 0px 0px 0px;
    padding: 0px;
    background: black;
    color: white;
background-repeat:no-repeat;
background-position: center 45px; 
}

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

		}
#one {
    height: 0px;
    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/mission.gif) center 0px no-repeat;
	background-color: #ce2e04;
	   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity: 1;           /* Mozilla 1.6 and below   */
   opacity: 1; 
   
}#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/howyoulive.gif) center 0px no-repeat;
	background-color: #FFFFFF;
		   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1;           /* Mozilla 1.6 and below   */
   opacity: 1; 
   
}
#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/toms.gif) center 0px no-repeat;
    background-color: #23729c;
		   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1;           /* Mozilla 1.6 and below   */
   opacity: 1; 
}#widgetlink a:hover{
     		   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1;           /* Mozilla 1.6 and below   */
   opacity: 1; 
}
#last {
    background-position: 0px -200px;
}
#last a{
text-indent: -5000em;
    background: url(images/kairos.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; 
}

#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 {
	height: 100px;
	 position:relative;
 top:50px;
 }
