
 a {                 text-decoration: none;  }
 
 
a:link           { color: gray; }
a:visited        { color: gray; }
a:hover          { color: black;} 
                     

 td {                 text-decoration: none; 
                     font-family: 'Advent Pro', sans-serif;
                     font-size: 16px;
                     color:black; }

 body,html { 
                     height:100%;
                     width:100%;
                     margin:0px;
                     padding:0px;  
                     color:white;
                     background-color: black;
                     text-decoration: none; 
                     font-family: 'Advent Pro', sans-serif;
                     font-size: 16px;
                      overflow: hidden;
                    }


 
 .centerwrapper {
                     position:absolute;
                     overflow:visible;
                     min-width:1100px;
                     width:100%;
                     height:100%;
 
                     margin-left:auto;
                     margin-right:auto;
                     background-color:blue; }


/*
     -ms-transform: scale(1, 1); 
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
*/

.kyk {
 
position:relative;  top:auto; right:auto;
 
 }  
 
@media screen and (max-width: 1200px) {
.kyk { 
position:absolute;  top:0px; right:0px;
  }
 }
 