* {
	padding: 0 auto;
	margin:0 auto;
	font-size: 12px;
}
#container {
		background-color: #F982A2;
}
#header {
	width: 902px;
	height: 470px;
	background: url("images/header.jpg") no-repeat;
}
#content_area {
	background: url("images/bg.png");
	width: 902px;  

}
#left {
	margin: 20px 5px;
	float: left;
}
.video {
	border: 2px solid white;
	display: block ;
	margin-bottom: 20px;
}
#right {
	width: 360px;
	float: right;
	margin: 20px 5px;
}
#content {
	width: 814px;
}
img {
	border: 0px;
	}
#join {
	width:424px;
  	position: relative;
	left: 200px;
	top: 90px;	
}
#images {
 	position: relative;
	top: 90px;
	left: 40px;
}
.image {
	border: 2px solid white;
	margin-right: 5px;
	margin-bottom: 10px;
}
#footer {
	width: 902px;
	height: 312px;
	background: url("images/footer.jpg") no-repeat;
}
.button {
	width: 814px;
}
