#homeTitle {
	width: 430px;
	text-align: left;
	font-weight: bold;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}

#homeText {
	width: 430px;
	text-align: left;
	margin: auto;
	font-size: 14px;
}

#homeTitle2 {
	width: 430px;
	font-weight: bold;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 20px;
}

#homeButtons {
	position: absolute;
	width: 1000px;
	top: 430px;
	text-align: center;
}

.homeButton {
	margin-left:10px;
	margin-right:10px;
	cursor: pointer;
}

#balloons_placeholder {
	visibility: hidden;
}

.balloon_placeholder {
	position: absolute;
	top: 220px;
	z-index: 2;
}

#learners_ballon {
	background-image: url(../images/home/learners_balloon.png);
	height: 210px;
	width: 250px;
	margin-left:250px;
	padding: 15px;
	color: white;
	visibility: hidden;
}
#content_ballon {
	background-image: url(../images/home/content_balloon.png);
	height: 210px;
	width: 250px;
	margin-left:365px;
	padding: 15px;
	color: white;
	visibility: hidden;
}
#training_ballon {
	background-image: url(../images/home/training_balloon.png);
	height: 210px;
	width: 250px;
	margin-left:480px;
	padding: 15px;
	color: white;
	visibility: hidden;
}

#mainContentTop {
	height: 540px;
}

#mainContentBottom {
	height: 100px;
}

#header {
	display: none;
}



