* {
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Serif;
	word-break: keep-all;
}

body {
	padding: 10px;
	height: 100%;
}

#itemlist {
	position: absolute;
	top: 15px;
	left: 35px;
	line-height: 1.5;
}

a {
	color: black;
}

#bg {
	position: absolute;
	width: 1800px;
	z-index: -1;
}

li {
	width: 300px;
}

.number {
  position: absolute;
  display: inline-block;
  font-size: 30px;
}

.one {
	top: 260px;
  left: 260px;
}

.one img {
	width: 200px;
}

.two {
	top: 770px;
  left: 270px;
}

.three {
	top: 140px;
  left: 700px;
  z-index: 99;
}

.four {
	top: 500px;
  left: 800px;
}

.four li {
	font-size: 16px;
	line-height: 1.5;
	list-style: none;
	text-indent: 20px;
}

.four ul {
	margin: 16px 0 16px 0;
}

.five {
	top: 320px;
  left: 960px;
}

.six {
	top: 150px;
  left: 930px;
}

.seven {
	top: 850px;
  left: 1200px;
}

.eight {
	top: 820px;
  left: 1350px;
}

.nine {
	top: 800px;
  left: 1520px;
}

#songs {
	top: 20px;
	left: 550px;
}

audio {
	margin-top: 20px;
	z-index: 99;
}

p {
	font-size: 16px;
	width: 300px;
	line-height: 1.5;
}

.dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.number:hover .dropdown {
  display: block;
}