body {
	position: relative;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}

.mainBlock {
	width: 100%;
	height: 50em;
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

.splash {
	background-image: url(images/main-bg-splash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#headerBlock {
	width: 738px;
	text-align: center;
	margin: 0px auto 0px auto;
}

.topNavBlock {
	display: block;
	text-align: left;
	margin: 13px 0px 0px 45px;
}

#contentBlock {
	position: relative;
	width:738px;
	text-align: center;
	margin: 0px auto 0px auto;
	margin-top: 40px;
}

#contentLeftBlock {
	position: absolute;
	width: 489px;
	height: 15em;
	left: 0px;
	text-align: left;
	top: 0px;

}

#contentRightBlock {
	position: absolute;
	width: 239px;
	left: 499px;
	text-align: left;	
}

.textBlock1 {
	padding: 0px 5px 10px 30px;
}

