html {

}

body {
	margin-top: auto;
	margin-bottom: auto;
	background-color: #000000;
}

@font-face {
	font-family: "ComicFont";
	src: url('../fonts/BADABB.ttf') format('truetype');
}

#stage {
	background-image: url("../img/titlestage.jpg");
	width: 1131px;
	height: 607px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#symbol {
	position: absolute;
	top: 0px;
	left: 30px;
}

#bman {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

h1, h2 {
	-webkit-text-stroke: 1px #ffbf00;
	position: absolute;
	color: #000000;
	text-align: center;
	font-family: ComicFont, 'Libre Baskerville', serif;
}

h1 {

	width: 700px;
	height: 100px;
	top: 150px;
	left: 244px;
	font-size: 80px;

}

h2 {
	width: 700px;
	height: 100px;
	top: 250px;
	left: 244px;
	font-size: 70px;

}

.button {
	position: absolute;
	bottom: 50px;
	cursor: pointer;

}

#button1 {
	left: 350px;
}

#button2 {
	left: 600px;
}
