body{
	margin:0;
	background-color:#f2f2f2;
	text-align:center;
}
.text{
	font-family:arial,helvetica;
	font-size: 20px;
	font-weight: bold;
	color:#666666;
	width: 400px;
	height:200px;
	margin:20px auto 20px auto;
	padding:20px;
	border:1px solid #000000;
	background-color:#ffffff;
	text-align:center;
}