* {
margin: 0;
padding: 0;
}

body {
font-size: 12pt;
}

body>#header-logo {
position: fixed;
}

body>#header-menu {
position: fixed;
}

#contents {
margin-top: 210px;
}

/* The footer at the bottom of the page */

#footer{
position: fixed;
clear: both;
bottom: 0;
height: 20px;
width: 100%;
color: black;
background-color: #0080F0;
font-weight: normal;
font-size: 9pt;
text-align: center;
}

body>#footer {
position: fixed;
}