body{

    background-image: url(./img/symphony.png);
    width: 100%;
}
h1 {
    text-align: center;
}

#wrapper {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    right: auto;
    left: auto;
    font-family: 'Titillium Web',sans-serif;
}
#wrapper #header {
    height: 60px;
    text-align: center;
}
#wrapper #main {
    height: 530px;
    width: 100%;
    text-align: center;
    top: 42px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
#wrapper #footer {
    width: 100%;
    text-align: center;
    background-color: #444;
    padding: 5px 0;        
}
#wrapper #footer #list a{
    color: #ffffff;
}

dd{
  margin-bottom:10px;  
}

a, h1 {
 font-family: 'Poiret One', cursive;
}


