@charset "utf-8";

body { 
background-image:url(image/bg_home.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#Layer1{
    left:50%;
	top:50%;
	width:640px;
	margin-left:-320px;
	height:500px;
	margin-top:-250px;
	position:absolute;
	
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #06F;
}
.txtcent {
	text-align: center;
}
img {border:none;}