.footerHolder
{ 
  position:               relative;
  height:                     40px;
  width:                      100%;
  z-index:                    2000;
  background-color:           #444;
}

#footer
{
  height:                     40px;
  width:                      100%;
  text-shadow:   0px 0px 4px black;
}

#footer table
{
  position:               relative;
  width:                      auto;
  height:                     38px;
  border-spacing:         20px 0px;
  letter-spacing:              0px;
  color:                      #fff;
  margin:                      0px;
	overflow:                 hidden;
	font-size:                  12px;
      text-align:             left;
  vertical-align:             left;
} 
    
#footer a 
{
  color:                     white;
}
