*{
    margin: 0;
    padding: 0;
}

body{
    background: tan;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-image: url(../images/music.png);
}

#wrapper {
    width: 940px;
    background: #e1d7bd;
    margin: 20px auto;
    padding: 20px;
    overflow: hidden;
}
img.left {
    float: right;
    margin-left: 15px; 
    margin-bottom: 20px; 

}

img.right {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

img.center {
    margin: 20px auto;
    display: block;
}

h1, h2 {
    margin-bottom: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #561010;
}
h1{
    font-size: 2.7em;
}
h2 {
    font-size: 1.7em;
}

p {
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: justify;
}

header{
    margin-bottom: 20px; 
    background: #fff;
    
}

p.return {
    text-align: center;

}
footer{
    height: 50px;
    background: #331212;
    clear: both;
    line-height: 50px;

}
footer li {
    list-style-type: none;
    float: left;
    margin-right: 20px;
    color: aliceblue;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}

footer ul {
    margin-left: 50px;
}

footer a {
    color: aliceblue;
}
