.bar {
                height: 100px;
                width: 1500px;
                background-color:snow;
                padding-top: 1px;
                position: fixed;
                 }
.scrollbar {
                height: 100px; 
                width: 200px; 
                background-color:ghostwhite;
                position: relative;
                left:10px;
            }
.image {
    height: 100px;
    width: 100px;
    background-image:url(Fox%20Logo.jpg);
    background-position: center;
    position: fixed;
}

.aboutus {
    height: 750px;
    width: 700px;
    background-color: cornsilk;
    background-position: center;
    position: absolute;
    left: 200px;
    top:200px;
}

html { 
  background: url(background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#About {
    color:green;
}
a href="Page6"> About

