body {
	background-color: #010508;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.back {
	background-attachment: fixed;
	background-image: url(../resource/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	background-image: url(img/agree.jpg);
	background-repeat: no-repeat;
	height: 598px;
	width: 720px;
}


.logo a {
	float: left;
	height: 130px;
	width: 265px;
	margin-top: 40px;
	margin-left: 5px;
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	float: left;
	width: 560px;
	text-align: left;
	margin-left: 90px;
}
.txt {
	width: 720px;
	float: left;
}


/*IE6*/
*html p {
	margin-top: 10px;
	margin-left: 50px;
}
/*IE7*/
*:first-child+html p {
	margin-top: 10px;
}
