@charset "UTF-8";
/* CSS Document */
@font-face {
     font-family: 'myTwCenMT';
     src: url('TwCenMT.ttf') format('truetype'),
          url('Tw-Cen-MT.woff') format('woff'); 
} 

body {
     font-family: 'myTwCenMT','sans-serif';
     font-size: 1.4rem;
}

/* Vertical centering: make div as large as viewport and use table layout */
#container {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 420px;
     height: 420px;
     padding: 0px;
     Margin-left: -210px;
     margin-top: -100px;
     background: #FFF;
     box-sizing: border-box;
     Text-align: center;
}

a:link, a:active, a:focus, a:visited {
    color: #015d52;
    text-decoration: none;
    Font-familie:'sans-serif'
} 

a:hover {
    color: #015d52;
    text-decoration: underline;
} 

div {
    height: 140px;
    width: 420px;
    padding: 0px;
    margin-top: 0px;
    position: relative;
    float: left;  
}
