* {
	padding: 0 auto;
	margin:0 auto;
	font-size: 12px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg_img.jpg) repeat-x #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
.border {
	border: 2px solid white;
	dispaly:block;
}
br {
	clear:float;
}
span {
	visibility: hidden;
}
#wrapper {
	width: 863px;
}
#header {
	height: 363px;
	background: url(images/header.png) no-repeat;
	position: relative;
}
	#access_btn {
		position: absolute;
		bottom: 0px;
		left: 5px;
	}
		a#access {
			display: block;
			text-decoration: none;
			width: 855px;
			height: 96px;
			background: url(images/access_btn.png) no-repeat bottom center;
		}
			a#access:hover {
				background: url(images/access_btn.png) no-repeat top center;
				}
#content_area {
	background: url(images/bg.jpg) repeat-y;
}
	#pics_bg {
		height: 565px;
		width: 854px;
		background: url(images/img_bg.png) no-repeat;
	}
		#top_pics {
			width: 820px;
			position: relative;
			top: 20px;
		}
			#left, #right {
				float: left;
			}
			#right {
				width: 488px;
				position: absolute;
				right: 0px;
			}
			#dialog {
				position: absolute;
				top: 420px;
				left: 5px;
				width: 810px;
				text-align: left;
			}
	#bottom_pics {
		height: 630px;
		width: 854px;
	}
	#top_pics img, #bottom_pics img {
		border: 3px solid #000000;
	}
	a#join {
			display: block;
			text-decoration: none;
			width: 855px;
			height: 95px;
			background: url(images/member_btn.png) no-repeat bottom center;
			}
			a#join:hover {
				background: url(images/member_btn.png) no-repeat top center;
			}