body {
	background-color: black;
}

#image {
	width: 30%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 30px auto auto auto;
	
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: center;
	height: 0px;
}

#image > img {
	width: 100%;
}

#hiddenPlayer {
	position: absolute;
	right: 200%;
}
