* {
    margin: 0px;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    font-family: Calibri, Arial, Trebuchet MS;
    font-size: 11pt;
    padding: 0px;
    margin: 0px;
    color: #254264;
}

h1 {
    font-family: Cambria, Arial, Trebuchet MS;
    font-size: 14pt;
}

h2 {
    font-family: Calibri, Arial, Trebuchet MS;
    font-size: 13pt;
    color: #4E81C8;
}

#content {
    min-height: 400px;
    height: auto impo !important;
    margin-top: 25px;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

#copyright {
    color: #CCC;
}

#footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 2.5em;
}