@charset "UTF-8";
/* CSS Document */

body {margin:0;
padding:0;
background-color: #000000;}

img {
	width:100%;
	height:auto;}
	
	
#stick {
	position: fixed;
	bottom:5px;
	margin-bottom:10px;
	width:100%;
	/*background-color:#121212;*/
	padding:3px;
	text-align:center;
	
	z-index:999;}
	
	audio {width: 98%; }