body {
	margin: 0px;
	padding: 0px;
	background: black;
}

#cotnainer {
	width: 100%;
	height: 100%;
}

#stage {
	margin: 150px auto 50px;
	width: 800px;
	height: 200px;
}

#kyapi {
	margin: 0 auto;
	font-size: 96px;
	font-family: sans-serif;
	text-align: center;
	white-space: nowrap;
}

#tweet_box {
	text-align: center;
}

