#text {
	height: 100px;
	width: 500px;
	padding: 3px;
	overflow: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	color: #FFF;
	background-color: #999;
	text-align: left;
	line-height: 150%;
	border: 1px solid #333;
	font-size: 10px;
}img {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-size: 14px;
}
body {
	color: #FFF;
	background-color: #555;
	text-align: center;
	margin: 0px;
}
h1 {
	font-size: 16px;
	margin-bottom: 3px;
}

