@charset "utf-8";
/* CSS Document */

body {
	background-color: #666666;
	font-family: "Times New Roman", Times, serif;
	color: #CC0000;
}
h1 {
	font-size: 36pt;
	font-weight: bold;
}
.main {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
.imgmiddle {
	vertical-align: middle;
}
.image div {
	text-align: center;
}

