html {
   height: 100%;
}

body {
   width: 100%;
   margin: 0;
   font-family: sans-serif;
   font-size:100%;
   background-color: #C1B4B5;
}

#main {
   max-width:960px;
   margin:0 auto;
   padding:0.625em;
   background-color:#A49B9C;
   font-size:80%;
}

.logo {
   width:676px;
   height:376px;
   position: absolute;
   left: 50%;
   top: 45%;
   margin-left: -383px;
   margin-top: -188px;
}

.copyright {
   color:#585858;
   font-size: 66%;
   text-align: center;
   position: absolute;
   width:100%;
   top:80%;
}

.invisible {
   display: none;
}

a:link {
   color:#61380B;
   text-decoration:none;
}

a:visited {
   text-decoration:none;
}

a:focus {
   text-decoration:none;
}

a:hover {
   color:#FE642E;
   text-decoration:none;
}

a:active {
   text-decoration:none;
}
