@charset "utf-8";
/* CSS Document */
body {
	background:url(supamig.png) top center no-repeat #000;
	color:#FFF;
	-webkit-text-size-adjust:none;
	padding:0;
	margin:0;/*overflow:hidden;*/
}
@font-face {
font-family:Minion;
src:url('MinionPro-Regular.otf');
}
#mainwrap {
	width:800px;
	height:800px;
	margin:0 auto;
	overflow:hidden;
}
#bgPage { display:none; }
.homePage {
	width:100%;
	height:478px;
}
/******************************* Clouds */
#sky {
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	overflow: hidden;
	z-index: -3;
}
#cloud {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 1600px;
	height: 1600px;
	background-image: url(clouds.png);
	background-repeat: no-repeat;
}
#cloud2 {
	position: absolute;
	left: 500px;
	top: 0;
	z-index: -1;
	width: 1600px;
	height: 1600px;
	background-image: url(clouds2.png);
	background-repeat: no-repeat;
}

.jp-audio-container {
	width: 735px;
	padding-top: 800px;
	margin: auto;
	background: url(img/player-bg.png) 0 0 no-repeat;
}

.jp-audio {
	margin: auto;
}
	}
	