#logo {
   background: url("/images/bmslogo.png") no-repeat top left;
   height: 100px;
   min-width: 750px;
   margin: 8px;
}

body {
    font-family: 'Quicksand', helvetica, roboto, sans-serif;
}

#main {
    background-image: url(/images/ShortTrackFiat01.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

note {
    display: inline-block;
    background-color: rgba(255,255,255,0.8);
    padding: 1vmin;
    border-radius: 1vmin;
    margin: 1vmin;
}
