@charset "UTF-8";

/* Body
----------------------------------------------- */
body{
	background		:	#000000;
}
/* Stage
----------------------------------------------- */
div#Stage{
	margin-left		:	-115px;
	margin-top		:	-50px;
    width			:	230px;
    height			:	100px;
    top				:	50%;
    left			:	50%;
	position		:	absolute;
}
/* Head
----------------------------------------------- */
div#Head{
	padding			:	0;
	width			:	230px;
}
/* Main
----------------------------------------------- */
div#Main{
	padding			:	10px;
	width			:	210px;
	height			:	30px;
	background		:	#000000;
	font-size		:	10px;
	color			:	#FF0099;
	text-align		:	right;
}
