#mainPage_contentContainer {
	width: 100%;
	margin-top: 15px;
	background: white url(/images/content/MainPageContent/background.png) no-repeat top center;
	width: 960px;
	min-height: 356px;
}

#mainPage_photoContainer {
	width: 960px;
	height: 424px;
	overflow: hidden;
}

#mainPage_photoContainer div {
	width: 960px;
	height: 424px; 
	position: relative;
}


#mainPage_photoContainer h1 {
	position: absolute;
	color: white;
	top: 300px;
	left: 15px;
	letter-spacing: 5px;
	font-weight: normal;
}


#mainPage_photoContainer h2 {
	position: absolute;
	color: white;
	top: 340px;
	left: 15px;
	font-weight: normal;
	font-size: 95%;
}




