html {
	height: 100%;
	margin: 0;
	padding: 0;
}

BODY{
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../img_layout/bg_bg.png) repeat top left;

}

/********************************************
	TRANSPARENT BOXES FLASH
********************************************/

#box_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 100%;
	background: #efefef;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	z-index: 3;
}	

#box_2 {
	position: absolute;
	top: 0;
	left: 60px;
	width: 60px;
	height: 100%;
	background: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	z-index: 3;
}	

#box_3 {
	position: absolute;
	top: 0;
	left: 360px;
	width: 170px;
	height: 100%;
	background: #efefef;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	z-index: 3;
}	

#box_4 {
	position: absolute;
	top: 0;
	left: 400px;
	width: 90px;
	height: 100%;
	background: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	z-index: 3;
}	

#box_5 {
	position: absolute;
	top: 0;
	left: 420px;
	width: 20px;
	height: 100%;
	background: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 3;
}	
/********************************************
	PAGEBODY
********************************************/

#pbm {
	position: absolute;
	top: 0;
	left: 50%;
	width: 800px;
	height: 600px;
	margin: 0 0 0 -400px;
	padding: 0;
	z-index: 1;
}

/********************************************
	HEADER AREA
********************************************/

#hbm {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 149px;
	border: 1px solid white;
	background: url(../img_layout/header.png) no-repeat top left;
}

/********************************************
	NAVIGATION
********************************************/

#nbm {
	position: relative;
	width: 100%;
	height: 40px;
	border: 1px solid white;
	background: #FFFFFF;
}

#nbm_nav {
	position: relative;
	width: 100%;
	height: 100%;
	background: #efefef;
}

/********************************************
	CONTENTMAIN
********************************************/

#cbm {
	position: relative;
	width: 802px;
	height: auto;
	background: url(../img_layout/bg_content.png) repeat-y top left;
}

#cbm_header {
	position: relative;
	top: 50px;
	left: -15px;
	width: auto;
	height: 80px;
	padding-left: 30px;
}

#cbm_flash {
	position: relative;
	left: 0;
	width: 100%;
	height: 151px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #efefef;
}

#content_elem {
	position: relative;
	width: auto;
	padding: 22px 200px 50px 50px;
}

#cbm_navsub {
	position: absolute;
	top: 270px;
	left: 652px;
	width: 140px;
}

.cbm_bg_rebe {
	height: auto;
	background: url(../img_layout/bg_rebe.png) no-repeat bottom left; 
}

/********************************************
	FOOTER
********************************************/

#fbm {
	position: relative;
	width: 100%;
	height: 30px;
	border-top: 1px solid white;
	background: url(../img_layout/bg_footer.png) repeat top left;
}

#fbm_contact {
	position: relative;
	top: 0;
	left: 20px;
	width: 600px;
	padding: 8px 0 0 0;
}

#fbm_navgen {
	position: relative;
	float: right;
	top: -30px;
	padding: 8px 0 0 0;
}
