@charset "utf-8";
/* CSS Document */

.page #mainpar {
	position: relative;
	margin-top: 25px;
	margin-left: 5px;
	width: 200px;
	height:25px;
}


.page #contact {
	position: relative;
	width: 500px;
	height: 500px;
	margin-left:170px;
	margin-top: 25px;
}

.page #personalinfo {
	position: relative;
	margin-left: 0px;
	margin-top:	0px;
	float: left;
	width:225px;
	height:450px;
}
.page #eventinfo {
	position: relative;
	margin-top: 0px;
	margin-right:0px;
	float:right;
	width:245px;
	height:450px;
}

.page #complete {
	background-color:#FFF;
	position: absolute;
	width:800px;
	height:540px;
	margin-left:0px;
	margin-top:20px;

}


