
html, body {
	background:#d3e9ff url(images/bg.jpg) repeat-x;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
.clearfix {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper {
	width:969px;
	margin:0 auto;
}
#header {
	width:969px;
	height:600px;
	background:url(images/bg-header.jpg) no-repeat top center;
	position:relative;
}
#column{
	position:relative;
	float:right;
	top:220px;	
}
.intro {
	width:350px;
	height:126px;
	padding:15px;
	background:url(images/bg-intro.jpg) no-repeat;
	clear:both;
	float:right;
}
.intro h2 {
	font-size:20px;
	margin:0 0 5px 0;
	color:#6699cc;
}
#buttons{
	position:relative;
	float:right;
	width:380px;
	clear:both;	
}
a.access, a.members {
	float:left;
	margin:20px 0 0 0;
}
.samples {
	margin:10px 0 0 0;
	clear:both;	
	float:right;
}

.video{
	width:909px;
	height:534px;
	background:url(images/bg-video.png) no-repeat top center;
	margin:10px 0 0 0;
	padding:20px 30px;
}
.video h3{
	font-size:26px;
}
.video .thumbnails{
	float:left;
	margin:10px 0 0 0;
	width:274px;
}
.video .thumbnails img{
	border:3px solid #6699cc;
	margin:0 0 10px 0;	
	
}
.video .preview{
	float:right;
	width:611px;
}
.video .preview a img{
	border:3px solid #6699cc;
	margin:10px 0 10px 0;	
}
.video .description{
	float:right;
	width:611px;
}
.video .description h4{
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px 0;
}
a.play{
	clear:both;
	float:left;
}
.footer-video{
	height:42px;
	width:909px;
	background:url(images/footer-video.png) no-repeat top center;
	margin:0 0 10px 0;
	padding:10px 30px;
}
.footer-video a{
	font-size:30px;
	color:#fff;
	margin:5px 0 0 50px;
	text-decoration:none;
	letter-spacing:1px;
}
.footer-video a span{
	color:#f78d32;
}
.updates{
	width:909px;
	height:70px;
	padding:5px 30px 0;
	background:url(images/bg-access.png) no-repeat top center;
	text-align:center;
}
.updates p{
	font-size:22px;
	color:#fff;
}
.updates a{
	font-size:28px;
	color:#f78d32;
}

#join{
	margin:0 0 30px 0;
}
.join-now{
	float:left;
}
#join ul{
	float:right;
	width:490px;
}
#join ul li{
	display:inline;
}
#join ul li img{
	border:1px solid #6699cc;
	width:152px;
	height:101px;
	margin:2px 3px;
}
#footer{
	font-size:12px;
	text-align:center;
}
#footer p{
	margin:0 0 10px 0;
}
#footer a{
	color:#6699cc;
}
#movie{
	text-align:center;
}
#movie a{
	clear:both;
	color:#000;
}
#movie object{
	width:320px;
	height:256px;
	background:url(images/quicktime.jpg) no-repeat;
}