html {
  overflow: hidden;
	background-image: url("/info/music/background.png");
	font-family: monospace;
	color: #ad68a8;
}

::selection {
  color: #6d3569;
}

a {
	color: #4068ad;
}

a:hover {
	font-style: italic;
	color: #224073;
}

.banner {
  position: absolute;
  top: 25px;
  left: 30px;
}

.latest {
  position: absolute;
  padding: 3px;
  top: 25px;
  left: 550px;
  width: 100px;
  height: 280px;
  background: white;
  border: 1px solid;
  border-color: lightgray;
}

.main {
  position: absolute;
  top: 325px;
  left: 30px;
  padding: 3px;
  width: 620px;
  height: 300px;
  background: white;
  border: 1px solid;
  border-color: lightgray;
}