/* 
    Document   : footer
    Created on : 13.4.2010, 12:44:57
    Author     : Mika Vallittu
*/

#footer {
    width: 100%;
    position: absolute;
    top: 745px;
    /*bottom: 0px;*/
    left: 0px;
    background: #003a79;
    text-align: center;

    height: 120px;
}
.footerContent {
    font-family: Tahoma;
    font-size: 12px;
    color: white;
    padding: 20px 0;
}
.footerContent a {
    text-decoration: none;
    color: white;
}


