audio { position: absolute; top: 0; left: 0; height: 0; width: 0; }

body { visibility: hidden; }
	#muxtape { font-family: helvetica; width: 1024px; height: 690px; overflow: hidden; background: #111; position: relative; z-index: 2; }
		#picture { width: 690px; height: 690px; float: left; overflow: hidden; }
			#cover { width: 690px; height: 690px; }

		#column { width: 334px; float: left; }
			#strips > li { border-bottom: 1px solid #666; color: #fff; cursor: pointer; font-weight: bold; font-size: 17px; line-height: 54px; padding: 0 16px; }
			#strips > li.hover { background: #333; }
			#strips > li > div.clock { float: right; }
	
			#cabinet { padding-top: 20px; }
				#youtube { text-align: center; }
					#embed { width: 240px; height: 160px; background: #191919; }
				#itunes { text-align: center; margin-top: 14px; }
				#mx { text-align: center; margin-top: 12px; }	

	#embedit { position: fixed; bottom: 8px; right: 46px; opacity:0.25; z-index: 3; text-align: right; }
	#embedit a { color: #000; text-decoration: none; font: 11px helvetica; font-weight: bold; }							
