body{
	background: url('../images/regbj.jpg') no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.regbox{
	position: fixed;
	margin: 10% auto;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}