html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(images/bg.jpg) center center;
}

#container  {
	position:relative;
	width:100%;
	height:626px;
	margin:0;
	padding:0;
	background:url(images/bg2.jpg) repeat-x center 155px;
	float:left;
}

#page {
	position:absolute;
	left:50%;
	width:952px;
	height:996px;
	margin:0 0 0 -476px;
	padding:0;
	background:url(images/img.jpg);
}

#form {
	position:absolute;
	top:996px;
	left:321px;
	width:552px;
	margin:0;
	padding:24px 0 48px 24px;
	font-family:Georgia,'Times New Roman',serif;
	font-size:14px;
	color:#6c1111;
	background:url(images/bg3.jpg) repeat-y;
}

label {
	width:100px;
	display:block;
	float:left;
	clear:both;
}

select {
	margin:0 0 12px 0;
}

input,
textarea {
	width:220px;
	margin:0 0 12px 0;
	float:left;
}

input.radiobtn {
	width:20px;
}

.button {
	width:230px;
	margin:0 0 0 100px;
	clear:left;
	float:left;
}

p {
	margin:0;
	float:left;
}