body {
	background-color: #F4A800;
	background-image: url(../images/home_golven.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

td#header1 {
	background-image: url(../images/home_header1.gif);
	background-repeat: no-repeat;
}

td#header2 {
	background-image: url(../images/home_header2.gif);
	background-repeat: no-repeat;
}

td#header3 {
	background-image: url(../images/home_header3.gif);
	background-repeat: no-repeat;
}

div#textarea {
	margin-top: 10px;
	padding: 10px;
	height: 160px;
	width: 490px;
	border: 1px solid black;
	overflow: auto;
	line-height: 18px;
	background-color: #FCF7ED;
}


