/* ======================== */
/* SECTION 1 - HEADER       */
/* ======================== */

.section1 {
	background-image:url("../images/achievements/section1.jpg");
	height:470px;
}

#achievements {
	top:306px;
}

#textAchievements {
	position:absolute;
	top:356px;
	left:50px;
	width:900px;
}

/* ======================== */
/* SECTION 2 - ACHIEVEMENTS */
/* ======================== */

.section2 {
	background-image:url("../images/achievements/section2.jpg");
	height:930px;
}

/* ======================== */
/* SECTION 3 - DESCRIPTIONS */
/* ======================== */

.section3 {
	background:url("../images/achievements/section3.jpg") top center repeat-y;
	height:450px;
}

#textDescriptions {
	position:absolute;
	top:10px;
	left:50px;
	width:900px;
}