#content_holder{
	position: relative;
	width: 100%;
	background-image: url(../img/body_bg.jpg);
	background-position: top;
	padding: 0px;
	margin: 0px;
}
#page_content{
	background-image: url(../img/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-bottom: 50px;
}
#podval_content{
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#podval_holder{
	position: relative;
	width: 100%;
	background-image: url(../img/podval_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#startpage_content{
	background-image: url(../img/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-bottom: 50px;
}
#topmenu{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 970px;
	z-index: 100;
}

