body {
	background-color: #1B1B1B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content {
	background-image: url(../images/01.jpg);
	background-repeat: no-repeat;
	height: 308px;
	width: 345px;
	text-align: center;
	padding-top: 80px;
	top: 50%;
	left: 50%;
	margin-top: -190px;
	margin-left: -285px;
	position: absolute;
	padding-left: 190px;
	padding-right: 25px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 11px;
	color: #000000;
}
