@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../_img/bg.jpg);
	background-repeat: repeat;
	font-size: 14px;
	color: #333333;
}
.stage {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #B12D16;
	padding-top: 50px;
	padding-bottom: 50px;
}

.headline {
	font-size: 50px;
	color: #FF3300;
}

