body, html {
		font-family: 'Source Code Pro', ;
		margin: auto;
		width: 100%;
		height: 100%;
}

	#slideshow {
		position: absolute;
	  z-index: 1;
	}


	#slideshow IMG {
	    position:absolute;
	    top:0;
	    left:0;
	    z-index:8;
	}

	#slideshow IMG.active {
	    z-index:10;
	}

	#slideshow IMG.last-active {
	    z-index:9;
	}
	

	.wrap {
	  margin: auto;
	  position: absolute;
	  top: 0; left: 0; bottom: 0; right: 0;
	  width: 900px;
	  height: 506px;
	  overflow: hidden;	
	}
	
	#drake {
		position: absolute;
		z-index: 500;
	}


	#spotify {
		position: absolute;
      	  top: 20px; left: 580px; bottom: 0; right: 0;
      	  width: 250px;
		 height: 80px;
		z-index: 1000;
	}
	