div#footer{
   clear:both;
   background-color: #303030;
   width:100%;
   height: 150px;
   margin: 0px;
   padding-bottom: 20px;
}

#footer ul{
   margin-left: 20px;
}

#footer li{
   float: left;
   width: 180px;
   margin: 10px 0 100px 0;
   padding: 0 2px;
   border-right: 1px solid #808080;
   text-align: center;
   list-style-type: none;
   overflow: hidden;
   
}

#footer li a{
   display: block;
   color: #808080;
   text-decoration: none;
   list-style: none;
}

#footer li a:hover{
   color: #FF017A;
}


address{
   clear: both;
   text-align: center;
   vertical-align: bottom;
}

#footer .migi{
   width: 70px;
   border-left: 1px solid #808080;
   text-align: center;
}



