body {
  background-color: darkblue;
  font-family: Tahoma;
  background-image: url('/music/images/miku%20bg.png');
  background-attachment: fixed;
  background-size: 100% 100%;
}
.container {
  width: 100%;
  height: 100%;
  position: relative;
}
.content {
  display: flex;
}
.mediacontent {
  display: flex;
}
.left ul { 
  list-style-type: none;
}
.left li {
  text-align: left;
}
.left a:link{
  text-decoration: none;
  color: #0E4177;
}
.left a:visited{
  text-decoration: none;
  color: #4074BC;
}
.left a:hover{
  background-color: #C9D2DD;
  color: #3569B2;
}
.left a:active{
  color: white;
  background-color: blue;
}
.left {
  margin-top: 118px;
  margin-left: 5px;
  margin-right: 20px;
  font-size: 12px;
  width: 128px;
  height: 443px;
}
.middle {
  margin-top: 110px;
  width: 640px;
  height: 455px;
}
.nowplaying {
  color: white;
  font-size: 11px;
  margin-top: 68px;
  width: 215px;
  height: 450px;
}
.nowplaying ol {
  text-align: left;
  padding: 20px;
}
.nowplaying li {
  margin-bottom: 2px;
}
.mediaplayer {
  background-image: url('/music/images/frame.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.mediaplayer {
  margin-left: 400px;
  margin-bottom: 30px;
  margin-top: -80px;
  width: 902px;
  height: 650px;
}
iframe {
  background-color: #EDF2F9;
  border: none;
}
.teeny {
  position: absolute;
  top: 500px;
  left: 1145px;
}