.header {
    color: white;
    background: black; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ae4562) to(#5cb2c0)); /*old webkit*/
    background: -webkit-linear-gradient(left, #ae4562, #5cb2c0); /*newer webkit*/
    background: -moz-linear-gradient(left, #ae4562, #5cb2c0); /*old gecko*/
    background: -o-linear-gradient(left, #ae4562, #5cb2c0); /*opera 11.10+*/
    background: linear-gradient(to right, #ae4562, #5cb2c0); /*firefox 16+, chrome 26+, IE10+, opera 12.10+, future browsers*/
    -pie-background: linear-gradient(left, #ae4562, #5cb2c0); /*ie 6-9 via PIE*/
}

body {
    background-image: url(../images/pastel.jpg);
}

li {
    padding-left: 0px; margin-left: 0px;
    padding-top: 10px;
}

audio {
    width: 100%;
}