@charset "UTF-8";
/* basics + site center */

*{  
   margin:0;  
   padding:0;  
}  
  
 
img {border:0px; margin-top:0px;}
img a:link {border:0px;}
img a:visited {border:0px;}
img a:hover {border:0px;}

a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}