
/* Menu Postion */
ul.dropdown {
	position: absolute;
	left: 280px;
	top: 5px;
	z-index: 597;
	float: left;
}

.content {
	position: absolute;
	top: 125px;
	background: url(../images/main.png) no-repeat;
	width: 874px;
	height: 442px;
	left: 15px;
}

.groups {
	position: absolute;
	top: 135px;
	left: 20px;
}

.steps {
	position: absolute;
	top: 135px;
	left: 295px;
}

.teams {
	position: absolute;
	top: 135px;
	left: 575px;
}

.leaders {
	position: absolute;
	top: 415px;
	left: 10px;
}

.bottom {
	top: 575px;
	left: 25px;
}

