﻿
body {
	font-family: helvetica, arial, san-serif;
	font-size: 13px;
	color: #000;
	padding: 0;
	margin: 0;
	background: url(../images/seasons/fall/bkg.jpg) no-repeat top center;
	background-color: #c06d05;
	background-attachment: fixed;
	text-align: center;
}


#season-left {
	position: absolute;
	top: 298px;
	left: -41px;
	height: 165px;
	width: 124px;
	background: url(../images/seasons/fall/season-left.png) no-repeat;
	z-index: 10;
}

#season-right {
	position: absolute;
	top: 200px;
	left: 987px;
	height: 284px;
	width: 123px;
	background: url(../images/seasons/fall/season-right.png) no-repeat;
	z-index: 10;
}

#season-top {
	position: absolute;
	top:0;
	left: 140px;
	width: 800px;
	height: 7px;
	margin: 0 0 0 100px;
	padding:0;
	background-color: #c06d05;
	z-index: 10;
}
