body {
margin: 5px;
margin-top: -15px;
background-image: url(../image/summerroad.jpg);
background-position: 50% 30%;
background-repeat: no-repeat;
}
.copy {
float: left;
margin: 5px;
margin-bottom: 0;
font-size: 11px;
color: #777;
font-family: Arial;
}
.list {
border: 8px solid #fff;
min-width: 9px;
}
#container {
position: fixed;
top: 0;
bottom: 0;
width: 365px;
right: 60px;
background: white;
}
.logo {
position: fixed;
top: 30%;
bottom: 0;
right: 425px;
width: 220px;
height: 80px;
background: black;
}
#footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 25px;
background: white;
}
#player {
float: right;
}