#wrapper {
	position: relative;
	width: 836px;
	height: 1000px;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	background-color: #CCCCCC;
}
#top_left {
	background-image: url(style_art/top_left.jpg);
	height: 19px;
	width: 19px;
	position: absolute;
	top: 0px;
	right: auto;
	left: 0px;
}
#top_center {
	background-image: url(style_art/top_center.jpg);
	height: 18px;
	width: 800px;
	position: absolute;
	left: 19px;
	top: 0px;
}
#top_right {
	background-image: url(style_art/top_right.jpg);
	height: 19px;
	width: 19px;
	position: absolute;
	left: 819px;
	top: 0px;
}
#left {
	background-image: url(style_art/left.jpg);
	position: absolute;
	height: 962px;
	width: 19px;
	left: 0px;
	top: 19px;
}
#right {
	background-image: url(style_art/right.jpg);
	height: 962px;
	width: 19px;
	position: absolute;
	left: 819px;
	top: 19px;
}
#bottom_left {
	background-image: url(style_art/bottom_left.jpg);
	height: 19px;
	width: 19px;
	position: absolute;
	left: 0px;
	top: 981px;
}
#bottom_center {
	height: 18px;
	width: 800px;
	position: absolute;
	left: 19px;
	top: 982px;
	background-image: url(style_art/bottom_center.jpg);
	background-repeat: repeat-x;
}
#bottom_right {
	background-image: url(style_art/bottom_right.jpg);
	height: 19px;
	width: 19px;
	position: absolute;
	left: 819px;
	top: 981px;
}
#center {
	height: 730px;
	width: 730px;
	border: 2px solid #000000;
	padding: 20px;
	left: 32px;
	top: 195px;
	background-color: #9D9D9D;
	position: absolute;
	background-image: none;
	overflow-x: hidden; 
	overflow-y: auto;
}
#header {
	background-image: none;
	height: 164px;
	width: 852px;
	position: relative;
	left: -6px;
	top: 29px;
}

