#container {
	position: absolute;
	width:760px;
	z-index:5;
	border: 1px solid #89892E;
	overflow: hidden;
	left: 50%;
	margin-left: -380px;
	top: 3px;
}

#dead_center {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}


#content_frame {
	overflow: auto;
	height: 400px;
	text-align: left;
}
#pic_container {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #89892E;
	border-right-color: #89892E;
	border-bottom-color: #89892E;
	border-left-color: #89892E;
	position:realtive;
	height: 190px;
	top: 5;
	text-align: center;
}
#bottom_spacer{
	position:absolute;
	height: 3px;
}
