/*div#seasons_back{
	 position:fixed;
	 right:0px;
	 top:190px;
}
div#seasons_back a{
	background-image:url(../images/seasons_back.jpg);
	width:179px;
	height:179px;
	display:block;
	overflow:hidden;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
div#seasons_back a:hover{
background-position:0 -179px;
	}*/


a#seasons_back{
	 z-index:9000;
	 width:100%;height:30px;position:fixed;bottom:0;background-color:#ff6d1a;color:#fff;text-align:center;vertical-align:middle;line-height:30px;border-top:1px solid #fff;color:#fff;
}
a#seasons_back:hover{
	background-color:#f24fa0;
}