body {
    color: #000;
    background: rgba(218, 210, 222, 0.67);
    background-image: url(https://images.pexels.com/photos/106567/pexels-photo-106567.jpeg?w=940&h=650&auto=compress&cs=tinysrgb);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:0 -150px;
    background-attachment:fixed;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    min-height: 101%;
}

#navigator {
    background-color: rgba(48, 38, 52, 0.68);
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    clear: both;
    border-radius: 6px;
}