#home_text {
	position: absolute;
	top: 40px;
	left: 15px;
	width: 245px;
	height: 385px;
	overflow: hidden;
}

#headline_calendar{
	position: absolute;
	top: 10px;
	left: 275px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

#calendar_container{
	position: absolute;
	top: 35px;
	left: 275px;
	width: 270px; /* 290px - calendar_textens left-px */
	height: 165px;
}

.calendar_text{
	position: relative;
	left: 20px;
}

#video_container{
	position: absolute;
	top: 215px;
	left: 275px;
	width: 290px;
	height: 210px;
}

