#wrapper
{
 margin: 0 auto;
 width:800px;
 height:505px;
 border:1px solid #fff;
}

#footer {
   position:absolute;
   height:35px;
   width:800px;
   top:485px;
   background-color:#000;
   border-top:1px solid white;
   color:#CCCCCC;
   font-size:75%;
   font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
   z-index:2;
} 


#footer #left{
width:440px;
  text-align:left;
  float:left;
  color:#666666;
  }
#footer #right{
width:440px;
text-align:right;
float:right;
}
#home #footer #left{
width:540px;
  text-align:left;
  float:left;
  color:#20B4D8;
  }
  #home #footer #left a{
   /*color:#20B4D8;8*/
   color:#FFC116;
  }
#home #footer #right{
width:340px;
text-align:right;
float:right;
}
#footer p{
   margin:0;
   padding:6px 10px 0 10px;
}