.background {
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.back {
	background-attachment: scroll;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EBEBEB;
	color: #266B95;
	text-align: left;
	border: 1px inset #FFF;
}
.fieldbdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EBEBEB;
	color: #266B95;
	text-align: left;
	border: 1px inset #FFF;
}
.thanks {
	background-attachment: scroll;
	background-image: url(images/thanks.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ended {
	background-attachment: scroll;
	background-image: url(images/ended.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
