/*CSS written by MaxXing.*/

/*Vinyl*/
.vinyl {
	width: 1000px;
	height: 1000px;
	background-image: url('../Pics/Vinyl.jpg');
}
.album {
	position: absolute;
	width: 360px;
	height: 360px;
	left: 320px;
	top: 320px;
	background-image: url('../Pics/KOM_m-OST.jpg');
	
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-ms-transition: all 0s;
}
/*Vinyl*/

/*Play button*/
.play {
	position: absolute;
	width: 100px;
	left: 450px;
	top: 450px;
	height:100px;
	background-color: #F0F0F0;
	background-image: url('../Pics/Play.png');
	background-position: center center;
	
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
						
	box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
	-moz-box-shadow: 0 0 10px black;
}
.play:hover {
	background-color: white;
}
.play:active {
	background-color: #DCDCDC;
}
/*Play button*/
