/* LAST UPDATED 02.25.2010 */

body {
	background: #c0c0c0 url(../images/bg.gif) center top repeat-y;
	text-align: left;
	margin: 0;
	padding: 0;
}

#wrap {
  margin: 0 auto;
  padding: 0 20px;
  width: 1080px;
}

	#content {
		position: relative;
		height: 720px;
		background: url(../images/bg-home.jpg) top no-repeat;
	}

		#blurb {
			margin: 0;
			padding: 0;
			text-indent: -4440px;
		}

		a#summer, a#winter {
			position: absolute;
			top: 450px;
			display: block;
			text-indent: -4440px;
			width: 138px;
			height: 27px;
		}

		a#summer {
			background: url('/images/button-summer.png') no-repeat;
			left: 140px;
		}

		a#winter {
			background: url('/images/button-winter.png') no-repeat;
			right: 140px;
		}
