@import "common.css";


.main p {
	height:200px;
	width:800px;
	background-color:#666666;
	text-align:center;
	font-size:28px;
	line-height:200px;
}

.center {
	 width:650px;
	 height:320px;
	 padding-left:150px;
	 padding-top:30px;
	 line-height:40px;
}

* html .center {
	 width:800px;
	 height:350px;
}