.div_main_container {
	background-color: #FFFFFF;
	min-height: 100%;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #896277;
	border-left-color: #896277;
	position: relative;
	top: -4px;
	background-image: url(../graphics/bg_main_container.jpg);
	background-repeat: repeat-y;
	z-index: 1;
}

