@charset "utf-8";
#container {
	height: auto;
	width: 600px;
	margin: 0 auto;
}
#logo {
	float: left;
	height: 40px;
	width: 600px;
	margin: 10px 0;
}
#header {
	float: left;
	height: 32px;
	width: 600px;
	margin: 0 0 15px 0;
}
#tit {
	font-size: 14px;
	font-weight: bold;
	color: #F7A700;
	height: auto;
	width: 500px;
	line-height: 1.7;
	text-align: center;
	margin:0 auto 10px auto;
}
.main {
	height: auto;
	width: 500px;
	line-height: 1.7;
	margin:0 auto;
}
.pic {
	margin: 10px auto;
	width: 500px;
	text-align: center;
}
#close {
	height: 29px;
	width: 78px;
	margin: 20px auto;
}
#footer {
	margin:0 auto;
	height: 11px;
	width: 600px;
}
p {
	font-size: 12px;
	line-height: 1.7;
	text-indent: 0;
}

