body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image:url(images/background.gif);

background-repeat: no-repeat;
background-position:top center;
}

.input {
	background-color: #f4f4f4;
	border: 1px solid #27221E;
	font-size: 16px;
	height: 25px;
	width: 150px;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
}

.text {
	font-size: 14px;
	padding: 4px;
	font-family: "Times New Roman", Times, serif;
	color: #796A5E;
}
.bg {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.d1 {
	background-image: url(images/d1.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height: 170px;
}
.d2 {
	background-image: url(images/d2.png);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-position: center top;
	width: 130px;
	height: 264px;
}
.d3 {
	background-image: url(images/d3.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 600px;
	height: 264px;
}
.d4 {
	background-image: url(images/d4.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 170px;
	height: 264px;
}
.d5 {
	background-image: url(images/d5.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height: 120px;
}
.d6 {
	background-color: #27221E;
	background-repeat: repeat-x;
	float:left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}


