.background {
	background-attachment: scroll;
	background-color: #333333;
	background-image: url(Background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	width: 800px;
	left: 0px;
	top: 0px;
	position: relative;
	z-index: 1;
	clear: left;
	float: left;



}
