#main {
	width: 900px;
	background: Black;
}
#header
{
	width: 900px;
	height: 171px;
	background-image: url(images/top-logo.jpg);
}
#content
{
	width: 900px;
	height: 632px;
	background-image: url(images/content-bgr.jpg);
}
#footer
{
	width: 900px;
	height: 614px;
	background-image: url(images/footer.jpg);
}
#reg_form 
{
	padding-left: 35px;
	padding-top: 100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-weight: bold;
	font-size: 12px;
	width: 320px;
	height: 400px;
}
#submit
{
	border: 0px;
	background-image: url(images/submit.jpg);
	width:240px;
	height: 30px;
}
