body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
}
body {
	background: url(footerBg.png) repeat-x left bottom;
	color: #000;
	text-align: center;
	font-family: verdana,arial;
	font-size: 11px;
}
#head {
	height: 230px;
	background: url(head.jpg) no-repeat center top;
}
#copy {
	background: url(copy.png) no-repeat center top;
	height: 194px;
}
#form {
	width: 350px;
	margin: 0 auto;
	height: 75px;
}
#form form {
	vertical-align: middle;
}
#form label {
	display: block;
	background: url(inputBg.png) no-repeat #fff;
	color: #000;
	border: 1px solid #dbdbdb;
	border-width: 0 0 1px 1px;
	height: 31px;
	overflow: hidden;
	margin-right: 1px;
}
#form label input {
	font-size: 18px;
	border: 0;
	margin: 3px;
	background-color: #fff;
}
#form input, #form label {
	vertical-align: middle;
	float: left;
}
#foot {
	width: 828px;
	margin: 0 auto;
	background: url(footerLine.png) no-repeat;
	clear: both;
	height: 100px;
}
#foot p {
	float: right;
	text-align: left;
	color: #ae8fb4;
	margin: 0;
	padding-top: 20px;
}
#foot p a {
	text-decoration: none;
	color: #5a1d66;
}