#header {
    position: relative;
    margin: 0px auto;
    border: black solid 5px;
    width: 1000px;
    height: 900px;
    text: center;
    background-color: #e6e6ff;
}

#left-menu {
    position: absolute;
    border: black solid 3px;
    width: 200px;
    height: 395px;
    background-color: #80ffff;
    top: 75px;
}
#right-menu {
    border: black solid 3px;
    position: absolute;
    width: 192px;
    height: 395px;
    top: 75px;
    left: 803px;
    background-color: #80ffff;
}

html {
    background-image: url("lp.jpg");
}

ul {
    list-style-type: none;
}
.main {
    position: absolute;
    top: 75px;
    left: 205px;
    width: 590px;
    height: 400px;
}
#main-pic {
    width: 598px;
    height: 400px;
    position: relative;
}

.albums {
    position: absolute;
    top: 100px;
    left: 201px;
    width:600px;
    height: 400px;
}
.position {
    display: inline-block;
    width: 150px;
    height:175px;
    margin: 20px;
    border: solid maroon 2px;
}

.thumbnail {
    margin: 0px auto;
    text-align: center;
    height: 175px;
    /*max-height: 75px;*/
    width: 150px;

}
.desc {
    /*text-align: center;*/
    color: brown;
    font-size: 15px;
    position: absolute;
    bottom: 550px;
    position: center;
    top: 500px;
    left: 400px;; 
}
footer {
    background-color: #b3b3b3;
    position: absolute;
    bottom: 50px;
    left: 150px;

}
