@charset "UTF-8";
/* CSS Document */

/* basics + site center */

*{  
   margin:0;  
   padding:0;  
}  
  
body {  
   text-align:center;  
}  
 
img {border:0px; margin-top:100px;}
img a:link {border:0px;}
img a:visited {border:0px;}
img a:hover {border:0px;}

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

