html {
    background: url(images/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
}
a {
    color: green;
    text-decoration: none;
}
a:hover {
    color: red;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
}



#main {
    font-family: Courier;
    min-height: 100%;
    position: relative;
}



#menu {
    height: 150px;
}
    .menu_logo {
        width: 150px;
        background: url(images/brain_test.png) no-repeat;
    }
    .menu_logo_spacer {
        width: 100px;
    }
    .menu_bubble {
        vertical-align: middle;
        width: 150px;
        text-align: center;
        border-radius: 40px;
    }
    .menu_bubble:hover {
        background-color: yellow;
        cursor: pointer;
    }
    #menu_bar {
        margin-top: 5px;
        height: 3px;
        background: url(images/stich_line.png);
        background-repeat: repeat-x;
    }


#body_container {
    padding-bottom: 200px;
}

#data {
    margin-top: 25px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: #d5f5f8;
    display: inline-block;
    padding: 25px;
    border: solid 1px black;
    border-radius: 20px;
}
    #grafi {
        position: absolute;
        right: 10%;
        top: 160px;
    }
    .text {
        font-size: 18px;
    }
    .text_header {
        font-weight: bold;
        font-size: 26px;
    }
    td.imgcell {
        padding: 0 0 0 20px;
        text-align: center;
        vertical-align: middle;
    }
    img.fullimg {
        border-radius: 15px;
        border: solid 1px black;
    }
    td.link {
    }
    td.link_description {
    }
    .map {
        border: solid 1px black;
        border-radius: 15px;
    }
    .map_spacer {
        width: 95px;
    }



#footer {
    background: url(images/bottom_straight.png);
    background-repeat: repeat-x;
    position: absolute; 
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 175px;
}
    .footer_words {
        font-size: 20px;
        font-weight: bold;
        color: white;
        text-shadow: black 0.1em 0.1em 0.1em;
    }
    .footer_spacer {
        width: 75px;
    }
