/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: normal;
	background: #fff url(../i/Bg/body.gif) repeat-x 0 0;
	text-align: center;
}
p {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 640px;
	height: 480px;
	margin-left: -320px;
	margin-top: -240px;
}

