body {
margin: 0;
background-color: black;
font-family: Helvetica, Arial, sans-serif;
font-size: 0.7em;
text-align: center;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
img {
	border: 0;
}
.play {
	position: absolute;
	left: 100px;
	bottom: 1px;
}
.pause {
	position: absolute;
	left: 136px;
	bottom: 1px;
}
.vall {
	position: absolute;
	left: 172px;
	bottom: 1px;
}
.prev {
	position: absolute;
	left: 208px;
	bottom: 1px;
}
.next {
	position: absolute;
	left: 244px;
	bottom: 1px;
}