Template:Footer

<style>

  1. footer{
 z-index: 800;
 margin-top: 100px;
 background: #000;
 opacity: 0.9;
 filter: alpha(opacity=90);
 width: 100%;
 min-height: 290px;

}

  1. footer table{
 margin:auto;
 padding: 30px 0 20px 0;
 width: 900px;
 text-align:left;
 line-height:1em;
 color:#fff;
 background:#000;
 opacity: 0.8;
 filter: alpha(opacity=80);

}

  1. footer table a{
 text-decoration: none;
 color: inherit;

}

  1. footer table img:hover{

opacity: 0.5; filter: alpha(opacity=50); } .twitter{

 height:300px;
 width:440px;
 text-align:right;
 border-left: 1px solid #fff;
 padding-left:30px;

}

</style>