body {
	background-color: #1796D6;
	background-image: url(../images/download_golven.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

td#header1 {
	background-image: url(../images/download_header1.gif);
	background-repeat: no-repeat;
}

td#header2 {
	background-image: url(../images/download_header2.gif);
	background-repeat: no-repeat;
}

td#header3 {
	background-image: url(../images/download_header3.gif);
	background-repeat: no-repeat;
}

div#textarea {
	margin-top: 10px;
	padding: 10px;
	height: 160px;
	width: 674px;
	border: 1px solid black;
	background-image: url(../images/download_icon.gif);
	background-position: 10px 10px;
	background-color: #EAF4F9;
	background-repeat: no-repeat;
	overflow: auto;
	line-height: 18px;
}

body>div#textarea {
	background-attachment: scroll;
}

div#textarea {
	_background-attachment: fixed;
}

div#textarea p {
	margin: 0 0 10px 0;
	padding: 0;
}

