html {
    background: url(la.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
#nowplaying {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #454545;
  font-weight: bold;
}
a:link {
  color: #454545;
  text-decoration: none;
  font-weight: normal;
}
a:visited {
  color: #454545;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  color: #454545;
  text-decoration: underline;
  font-weight: normal;
}
a:active {
  color: #454545;
  text-decoration: underline;
  font-weight: normal;
}
#copyright {
  color: #454545;
  position: absolute;
  top: 115px;
  right: -105px;
/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
