.mainBody
{
	background: #FFF;
	width: 800px;
	clear: both;
	margin: 0 auto;
	text-align: justify;
	color: #000;
}

.mainBody .bodyText
{
	float: left;
	width: 625px;
	padding: 10px 20px;
	font-weight: normal;
}

.mainBody .bodyText .screenshot
{
	width: 200px;
	height: 150px;
	float: right;
	padding-left: 15px;
}

.mainBody .bodyText h1,
.mainBody .bodyText h2
{
	font-size: 24px;
	font-weight: bold;
}

.mainBody .bodyText span
{
	float: left;
	width: 300px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
}

.mainBody .bodyText .center
{
	text-align: center;
}

