body, html {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#main {
	width: 100%;
	background-color: #000;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
}

.textWrap {
	font-size:16px;
	width:640px;
	height:auto;
	background-color:#000;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align:middle;
}
