
    /* HEADER */
	
	div#page {
	width: 100%;
	/*background: url(../img/top_rpt.gif) no-repeat center top;*/
	margin:  0 auto;
	padding: 0;
	text-align: center;
    }
	
	div#content {
	margin: 0 auto;
	padding: 0;
	height: 600px;
	width: 484px;
	text-align: center;
	}
	div#content img{
	float: left;
	}
	.winter {
	/*  Text-indent hides the text, so only the background image is shown.  */
	/*  Want the text to be in the page for search engine optimization.  */
	text-indent:-1000em;
	width:384px;
	height:70px;
	background:url(../img/winter_10.gif) no-repeat left top;
	display:block;
	margin: 0 auto;
	overflow:hidden;
	}
	.guys {
	/*  Text-indent hides the text, so only the background image is shown.  */
	/*  Want the text to be in the page for search engine optimization.  */
	text-indent:-1000em;
	width:366px;
	height:94px;
	background:url(../img/guys_head.gif) no-repeat left top;
	display:block;
	margin: 0 auto;
	overflow:hidden;
	}
	
