body {
	background-color: #1B1B1B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content {
	background-image: url(../images/layout.jpg);
	background-repeat: no-repeat;
	height: 520px;
	width: 555px;
	text-align: center;
	padding-top: 175px;
	top: 50%;
	left: 50%;
	margin-top: -360px;
	margin-left: -377px;
	position: absolute;
	padding-left: 200px;
	padding-right: 25px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 11px;
	color: #000000;
}
.FloatLeft {
	float: left;
}

