#bkg_image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/background.jpg) 100% 100% repeat;
}

#center_box {
	position: relative;
	margin: 0;
	width: 884px;
	height: 100%;
}

#left_box {
	position:absolute;
	top: 0px;
	left: 0px; 
	width: 52px;
	min-width: 0px;
	height: 100%;
	background-image: url('../images/left_bar.jpg');background-repeat:no-repeat;background-position: top right;
}

#right_box {
	position:absolute;
	top: 0px;
	left: 829px; 
	width: 74px;
	min-width: 0px;
	height: 100%;
	background-image: url('../images/right_bar.jpg');background-repeat:no-repeat;background-position: top left;
}

#main_box {
	position:absolute;
	top: 0px;
	left: 52px; 
	width: 778px;
	height: 100%;
}

#menu_bottom {
     position:absolute;
     top: 870px;
     left: 653px; 
     width: 176px;
     height: 100%;
     background-image: url('../images/menu_bottom.jpg');background-repeat:no-repeat;background-position: top left; 
}
