BODY { background: white url("sepia.png"); 
       background-repeat: repeat-y;
 }
p { margin-bottom: 0; } 
blockquote  { margin-top: 0; margin-bottom: 0; }
#container {
    width: 100%;
    margin: 10px auto;
}
#leftside {
    float: left;
    width: 150px;
}
#content {
    margin-left: 180px;
}
#footer {
    clear: both;
    padding: 1em;
}
.logo {
    position: fixed; top: 20px; left: 25px;
    border: 0; 
}
.homebutton {
    position: fixed; top: 280px; left: 25px;
    border: 0; width: 85px; height: 54px;
}
.indexbutton {
    position: fixed; top: 340px; left: 25px;
    border: 0; width: 85px; height: 54px;
}
.rootbutton {
    position: fixed; top: 400px; left: 25px;
    border: 0; width: 85px; height: 54px;
}
.grampsbutton {
    position: fixed; bottom: 10px; left: 25px;
    border: 0; width: 85px; height: 32px;
}
.top { float:left; width: 100%; }
