* {
	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; 
}
img {
	border: 0px;
	}
.border {
	border: 2px solid white;
	dispaly:block;
}
br {
	clear: both;
}
span {
	visibility: hidden;
}
#wrapper {
	width: 863px;
}
#header {
	height: 358px;
	background: url(images/header.png) no-repeat;
	position: relative;
}
	#access_btn {
		position: absolute;
		bottom: 0px;
		left: 6px;
	}
		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;
}
#top_pics img, #bottom_pics img {
	border: 2px solid black;
}
	#top_pics {
		width: 813px;
	}
		#left, #right {
			float: left;
		}
		#right {
			width: 478px;
			position: relative;
			left: 7px;
		}
		#left {
			width: 329px;
		}
		#dialog {
			width: 813px;
			text-align: left;
			margin: 10px auto;
		}
	#bottom_pics {
		width: 840px;
		margin-left: -10;
	}
		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;
			}