body {
	background:#FFCAE8;
	margin:0;
}
#header {
	background:url(images/header.jpg) no-repeat;
	width:1008px;
	height:349px;
	margin:0 auto;
}
#container {
	background:url(images/main.jpg) no-repeat;
	width:1008px;
	height:405px;
	margin:0 auto;
	position:relative;
	top:0;
	left:0;
}
#main {
	position:absolute;
	top:10px;
	left:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#333333;
	font-weight:bold;
	width:295px;
}
label {	
	font-size:18px;
	font-weight:bold;
}
#tips {
	position:absolute;
	top:150px;
	left:510px;
	font-size:20px;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
}
#pg {
	position:absolute;
	top:285px;
	left:140px;
}
#footer {
	background:url(images/footer.jpg) no-repeat;
	width:1008px;
	height:50px;
	margin:0 auto;
}
img {
	border-style: none;	
}

