div#page {
	position: absolute;
	left: 50px;
/*	top: 42px;*/
	width: 900px;
	z-index: 15;
	background-image: url(../images/page_bg_rpt_full_width.png);
	background-repeat: repeat-y;
}

/*div#page_top {
	position: absolute;
	left: 0px;
	top: -12px;
	width: 900px;
	height: 15px;
	background-image: url(../images/page_top-trans.png);
}*/

div#content_bg {
	position: absolute;
	left: 5px;
/*	top: -7px;*/
	width: 900px; /*595px;*/
	height: 100%;
	background-image: url(../images/front_bg_full_width.png);
	background-repeat: no-repeat;
}

div#content {
/*	position: relative;
	float: left;
	padding: 3px 25px 15px 25px;*/
	width: 850px; /*560px;*/
/*	min-height: 435px;*/
/*	background-color: yellow;*/
}

div.title {
/*	position: relative;
	width: 575px;*/
/*	height: 36px;*/
/*	margin: 0px 0px 1em -10px;
	background-image: url(../images/title_bg.png);*/
}


div#bottom {
	position: relative;
/*	top: 15px;*/
	float: left;
	width: 100%;
/*	height: 15px;*/
	background-image: url(../images/page_bot_full_width-trans.png);
	background-repeat: no-repeat;
}

div#footer {
	position: relative;
/*	top: 20px;*/
	text-align: center;
	font-size: 10px;
	padding-bottom: 1em;
	color: #000000;
}
