body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #F09;
}
div#bg1 {
	width: 243px;
	height: 188px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/img/bg-bottom-left.gif) no-repeat bottom left;
}
div#bg2 {
	width: 326px;
	height: 352px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/img/bg-top-right.gif) no-repeat top right;
}
div#bg3 {
	width: 326px;
	height: 352px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/img/bg-bottom-right.gif) no-repeat bottom right;
}
div#content h1 {
	display: none;
}
div#content {
	width: 186px;
	height: 342px;
	background: url(/img/bg-frame.gif) no-repeat top left;
	margin: 50px auto 0 auto;
	padding: 60px 200px 0 175px;
}
div#content p {
	margin: 0;
	padding: 5px 0 5px 0;
	font: 15px "Times New Roman", Times, serif;
	line-height: 1;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 15px;
}
html>body div#content p {
	font-size: 15px;
}
div#content p a, div#content p a:link, div#content p a:visited {
	color: #FFF;
	text-decoration: none;
}
div#content p a:hover {
	text-decoration: underline;
}
div#content p a:active {
	text-decoration: none;
}
div#contact {
	display: none;
}
label {
	font: x-small Arial, Verdana, sans-serif;
	color: #FFF;
	display: block;
}
label input, label textarea {
	width: 177px;
	font: small Arial, Verdana, sans-serif;
	color: #000;
}
label textarea {
	height: 30px;
}
form p.submit {
	float: right;
}
div#content a.formlink, div#content a.formlink:link, div#content a.formlink:visited {
	color: #000;
	text-decoration: none;
}
div#content a.formlink:hover {
	color: #FFF;
}
div#content a.formlink:active {
	color: #000;
}
form {
	padding: 0;
	margin: 0;
}