@charset "utf-8";
/* CSS Document */

* {
	padding: 0px auto;
	margin: 0px auto;
}
Body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #dedede;
}
#wrapper {
	width: 882px;
	background: #ffffff;
}
#header {
	height: 321px;
	background: url(images/header.jpg) no-repeat;
}
.click {
	margin-top:20px;
	margin-bottom: 20px;
}
#video_box {
	height: 834px;
	background:url(images/vid_bg.jpg) no-repeat;
}
#videos {
	width: 363px;
	margin-top: 0px;
	margin-left: 483px;
	position: relative;
	top: 31px;
}
#videos img {
	border: 4px solid #ffffff;
	margin-bottom: 11px;
}
#footer {
	height: 302px;
	background: url(images/footer.jpg) no-repeat;
}
#join {
	width: 300px;
	height: 97px;
	position: relative;
	top: 130px;
	left: 250px;
}
