body {
    background-color: #00CC66;
}

div.logoandlangs {
    position: absolute;
    top: 20%;
    width: 100%;
}
#biglogo {
    background-image: url('../ims/mbiglogo.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;

    width: 0px;
    height: 0px;
    /*width: 530px;
    height: 165px;*/
}

img.bigl {
    
    margin-left: auto;
    margin-right: auto;

    width: 530px;
    height: 165px;
}

#langs {
    font-family: Arial;
    font-size: 15px;

    width: 100%;
    
    text-align: center;
    cursor: pointer;
    padding-top: 30px;
    z-index: 2;    
}
#langs a {        
    padding-right: 10px;
    text-decoration: none;
}
#langs a:link, #langs a:visited {   color: #FFFFFF;  }


#toblog {
    margin-top: 30px;
}
span.rablog {
    position: relative;
    
    top: 0px;
    /*left: 0px;*/
    float: right;
    font-size: 33px;
    font-family: Arial;
    font-weight: bold;
    color: #339966;
    z-index: 2;
    cursor: pointer;
    width: auto;
}

span.rablog a, span.rablog a:link, span.rablog a:visited {
    text-decoration: none;
    color: #339966;
}

