*, html, * {
	margin: 0;
	padding: 0
	border: 0;
	}

body {
	background-color: #cfcfcf;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	}

a {
	color: #777777;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

#wrap {
	width: 806px;
	height: 694px;
	margin: 45px auto 0 auto;
	position: relative;
	overflow: hidden;
	border:0px solid #000000;
	background-image:url(images/staircase.jpg)
	}

#text {
	position: absolute;
	left: 20px;
	top: 300px;
	font-weight: bold;
	}

#copyright {
	position: relative;
	}

#regform {
	position: absolute;
	left: 20px;
	top: 570px;
	display: block;
	font-size: 11px;
	width: 295px;
	}

#regform .inp1 {
	background-color: #f0f0f0;
	border: solid 1px #d2232a;
	width: 200px;
	padding: 2px;
	font-size: 16px;
	padding-top: 4px;
	float: left;
	}

#regform .but {
	background-color: #d2232a;
	padding: 2px;
	width: 80px;
	height: 28px;
	padding: 0px;
	font-weight: bold;
	color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #f0f0f0;
	display: block;
	float: right;
	}

#regform label {
	display: block;
	color: #777;
	font-weight: bold;
	font-size: 11px;
	}

#footer {
	top: 10px;
	left: 15px;
	margin-bottom: 30px;
	position: relative;
	text-align: left;
	font-size: 10px;
	color: #afafaf;
	width: 800px;
	z-index: 5;
	margin-left: auto;
    margin-right: auto;
	}