body{font-family: 'clear_sansregular';}
a img:hover {opacity:0.5;}
.wrapper {margin: 50px 100px 50px 180px;}
.footer {font-family:clear_sansregular, Arial, Helvetica, sans-serif; line-height:1.6em; position:fixed; bottom:65px; margin: 0 100px 0 180px; color:#6ab9b1;}
@media screen and (max-width:720px) {
 .wrapper {margin: 50px;}
 .footer {margin: 0 50px;}
}
@media screen and (max-width:500px) {
 .wrapper {margin: 30px;}
 .footer {margin: 0 30px;}
}