body {
    background-color: #ddd;
    color: black;
    font: sans-serif;
}

div#content {
    position: absolute;
    top: 330px;
    left: 200px;
    width: 650px;
    border: 3px solid black;
    padding: 20px ;
}

div#bar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:80px;
    background-color: #777777; 
    background-attachment: scroll;
    background-repeat: no-repeat;
}

div#header {
   font:  14px/16px sans-serif; 
    color: black;
    position: absolute;
   top: 100px; 
   left: 500px;
   width: 350px;
   padding: 20px;
    background: white;
}
div#header h1{
   font: bold 17px/17px sans-serif; 
}
    
div#leftlinks {
   position: absolute;
   margin: 0 5px 0px;
   top: 150px; 
   left: 0;
   height: 200px;
   width: 153px;
   border-style: solid;
   border-width: 0px;
   border-color: #CCC
   padding: 50px 50px;
   background-color: #ddd;
   text-align: center;
   font: bold 17px/19px sans-serif; 
   display: block;
   color: #CCC;
}

div#leftlink {
    color: red;
    position: absolute;
   left: 0;
   width: 153px;
   height: 20px;
   background-color: white;
   text-align: center;
   font: bold 17px/17px sans-serif; 
   display: block;
   margin: 0 0px 0px;
   border-style: solid;
   border-width: 0px;
   border-color: #CCC
}
    
div#leftlink a {
   display: block;
   text-decoration: none;
   background-color: white;
   color: black;
}

div#leftlinks a:hover {
   color: red;
}
