body {
	background-color: #E0E4CC;
	height: 100%;
}

div#contentBg {
	background-image: url(../images/BK_body.jpg);
	background-repeat: repeat-y;
	width: 918px;
	height: 100%;
}

div#topContentBg {
	background-image: url(../images/BK_header.jpg);
	background-repeat: no-repeat;
	background-position:top;	
	width: 918px;
	height: 100%;
}

div#bottomContentBg {
	background-image: url(../images/BK_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 918px;
	height: 100%;
}

div#content {
	padding: 20px 20px 20px 20px;
}

div#leftBorderBg {
	background-image: url(../images/BK_body_left.jpg);
	background-repeat: repeat-y;
	width: 55px;
	height: 100%;
}

div#topLeftBorderBg {
	background-image: url(../images/BK_header_left.jpg);
	background-repeat: no-repeat;
	background-position:top;
	width: 55px;
	height: 100%;
}

div#bottomLeftBorderBg {
	background-image: url(../images/BK_bottom_left.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 51px;
	height: 100%;
}

div#rightBorderBg {
	background-image: url(../images/BK_body_right.jpg);
	background-repeat: repeat-y;
	width: 51px;
	height: 100%;
}

div#topRightBorderBg {
	background-image: url(../images/BK_header_right.jpg);
	background-repeat: no-repeat;
	background-position:top;
	width: 51px;
	height: 100%;
}

div#bottomRightBorderBg {
	background-image: url(../images/BK_bottom_right.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 51px;
	height: 100%;
}

img {  
	border-style: none;
}
