body{
        background-color:              white;
        padding:                       0px;
        margin:                        0px;
        }


div#logo{
        width:                         100%;
        margin:                        10px auto;
        text-align:                    center;
        height:                        208px;
        position:                      absolute;
        top:                           140px;
        border-bottom-width:           2px;
        border-bottom-style:           solid;
        border-bottom-color:           black;
        background-color:              black;
        padding-top:                   10px;
        padding-bottom:                10px;
        }

div#lang{
        position:                      absolute;
        top:                           400px;
        width:                         100%;
        text-align:                    center;
        font-size:                     2em;
        }

div#thunderbird{
        position:                      absolute;
        bottom:                        0px;
        left:                          100px;
        }
        
div#firefox{
        position:                      absolute;
        bottom:                        5px;
        right:                         100px;
        }

a:link, a:visited{
        color:                         #05138E;
        text-decoration:               none;
        font-weight:                   bold;
        }

a:hover{
        color:                         black;
        text-decoration:               none;
        font-weight:                   bold;
        }

a img{border:none;}
