body {
    background-image: url(media/background.jpg);
    background-attachment: fixed;
    background-position: center;
    font-family: Raleway;
    font-size: 24;
}

a:link, a:visited {
    text-decoration: none;
    color: rgb(0,0,0);
}

a:link:hover, a:visited:hover {
    background-color: rgb(200,200,200);
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 180px;
    width: 890;
    background-color: white;
    text-align: center;
    padding: 10;
}

#menu {
    padding: 10;
    background-color: rgb(255,255,255);
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 32;
    border-bottom-color: grey;
    border-bottom: 1px;
    border-bottom-style: solid;
    
}