body, html, #prewrapper {height: 98%;}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Tahoma, "MS sans serif";
  color: #6d6f76;
  text-align: center;
}

#wrapper {
    position: relative;
    height: 100%;
    text-align: center;
}

#main {
    padding-top: 70px;
}
#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

a:link, a:visited, a:active {
  color: #0071bc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* UNDER CONSTRUCTION */
.title1 {
  color: #5c70af;
  font-size: 17pt;
  font-weight: bold;
  padding: 5px 0px 15px 0px;
}

.title1 span {
	font-size: 12pt;
	font-weight: normal;
}



/** FOOT **/
#copyright {
  font-size: 11px;
}
#footmail {
  font-size: 11px;
}

