
body {
    background-image: url("indexMedia/background.jpg");
    background-attachment: fixed;
    background-size: 100%;
}
 
a {
    text-decoration: none;
    color: black;
    font-family: sans-serif;
    font-size: 14px;
}

p {
    text-decoration: none;
    color: black;
    font-family: sans-serif;
    font-size: 14px;
}

#center {
     width: 100%;
     margin: 0 0;
     text-align: center;
     position: relative;
     overflow: auto;
}

#frozen {
     width: 100%;
     margin: 0 auto;
     text-align: center;
     position: fixed;
     background-color: white;
}

#moving {
    margin-top: 15%;
}

#menu {
    display: table;
    width: 100%;
}

#menu div {
    display: inline-table;
    text-align: center;
}

#menuItem {
    font-weight: bold;
}