/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}

html {
	margin: 0 auto;
	padding: 0;
	min-height: 100%; /* forces scroll bar in Firefox */
	margin-bottom: 1px; /* forces scroll bar in Firefox */
}

body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/turf.jpg);
	background-repeat: repeat;
	margin: 0 auto;
	text-align: center;
	}
	
#container {
	width: 900px;
	height: 300px;
	background-repeat: no-repeat;
	margin-top: 20px;
	background-color: #FFFFFF;
	overflow:hidden;
	font-family: "palatino linotype", Georgia, serif;
	border: solid white 2px;
	}	

#left {
	width: 600px;
	height: 600px;
	background-image: url(images/greygrad.jpg);
	margin-top: 20px;
	border: solid black 1px;
	float: left;
	margin-left: 10px;
	}