body {
	background-image: url(images/border/vnj_02.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
}
#right {
	background-image: url(images/border/rightbg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
#left {
	background:url(images/border/leftbg.jpg);
	background-repeat:repeat-y;
	background-position: right top;
}
#top-right {
	background-image: url(images/border/right-corner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#top-left {
	background-image: url(images/border/left-corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bottom-left {
	background-image: url(images/border/bottom-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#bottom-right {
	background-image: url(images/border/bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bottom {
	background-image: url(images/border/bottom.jpg);
	background-repeat: repeat-x;
}
#top {
	background-image: url(images/border/top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

