.center {
	margin-left: auto;
	margin-right: auto;
}
.bgc1 {
	background-color: #666666;
}
.pad {
	padding: 20px;
	text-align: center;
	background-image: url(image/bg.jpg);
	background-position: center;
}
.high {
	height: 395px;
}
.vertical {
	width: 800px;
	height: 395px;
	background-image: url(image/bg.jpg);
	padding: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.3em;
	font-size: 10px;
}
.info {
	padding: 20px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: left;
}
h1 {
	font-weight: bolder;
	color: #FF0000;
	font-size: 14px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.small {
	font-size: 10px;
}

