.header{
   position: relative;
   float: left;
}
.wrapper{
   position: relative;
   float: left;
   clear: both;
   width: 90%;
}
.left{
   position: relative;
   float: left;
   width: 10%;
}
.middle{
   position: relative;
   float: left;
   width: 100%;
   text-align: center;
}
.right{
   position: relative;
   float: right;
   width: 10%;
}
.footer_above{
   position: relative;
   float: left;
   clear: both;
   text-align: center;
   width: 100%;
}
.footer_below{
   position: relative;
   float: left;
   clear: both;
   width: 100%;
   text-align: center;
}
.also_available{
   position: relative;
   float: left;
   clear: both;
   width: 100%;
   text-align: left;
}
.album_space{
   position: relative;
   float: left;
   width: 33%;
   text-align: center;
}
body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   background-image: url("/images/background.jpg");
   color: #ad683f;
}
img {
    vertical-align: middle;
}
a:link {
    text-decoration: none;
    color: #283d81;
}
a:visited {
    text-decoration: none;
    color: #283d81;
}
a:hover {
    text-decoration: underline;
    color: #283d81;
}
