* {
	padding: 0 auto;
	margin:0 auto;
	font-size: 12px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ff86a6;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
.border {
	border: 2px solid white;
	dispaly:block;
}
br {
	clear:float;
}
#container {
	width: 911px; 
	background: url(images/bg.jpg) repeat-y ;
	margin: 0 auto; 
}
#header {
	background: url(images/header.png) no-repeat ;
	height: 556px;
	width: 911px;
}
	#click img {
		margin: 470px auto;
	}
#center_bg {
	width: 848px;
	height: 596px;
	background: url(images/content_bg.png) no-repeat ;
	margin-top: 20px;
}
	#center_content {
		position: relative;
		top: 40px;
		left: 10px;
	}
		#left {
			width: 330px;
			float: left;
		}
			#hi {
				margin-top: -147px;
			}
		#right {
	 		display: inline;
			width: 518px;
		}
		#content_txt {
		 	width: 788px;
			color: #FFFFFF;
			position: relative;	
			margin: 5px auto;
			text-align: left;
			font-size: 14px;
			font-weight: bold;
		}
		
#thumbs {
	width: 848px;
	margin: 20px auto;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	width: 911px;
	height: 329px;
	text-align: center;
	clear: both;
}
	#join img {
	 	width: 420px;
		margin: 170px 470px 10px 30px;
	}
	#footer_txt {
	  	width: 400px;
		color: #FFFFFF;
		text-align: left;
		position: relative;
		top: 150px;
		right: 210px;
		font-size: 14px;
		font-weight: bold;
	}


