@charset "UTF-8";
/* CSS Document */

.forecasts-container1 {
	position:absolute;
	width:675px;
	height:550px;
	background-image:url(images/2008-winter-forecasts-.jpg);
	background-repeat:no-repeat;
	top:205px;
}
.forecasts-container2 {
	position:absolute;
	width:675px;
	height:550px;
	background-image:url(images/2009-summer-forecasts.jpg);
	background-repeat:no-repeat;
	top:205px;
}

.forecasts-intro {
	position:relative;
	width:177px;
	height:232px;
	left:389px;
	top:120px;
}

.forecasts-outro {
	position:relative;
	width:504px;
	height:47px;
	left:62px;
	top:170px;
}

.forecasts-red-text {
	color:#cf6767;
}

.forecast-back {
	position:relative;
	width:100px;
	height:25px;
	left:62px;
	top:175px;
}
