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

html, body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.clear{
	clear:both;
	}
#container{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
#header{
	background-image:url(../tutorials/img/header_bg.gif);
	background-repeat:repeat-x;
	float:left;
	width:100%;
	}
.logo{
	background-image:url(../tutorials/img/logo_freeTutorials.gif);
	background-repeat:no-repeat;
	padding:0 0 0 0;
	margin:0 0 0 0;
	height:61px;
	width:276px;
	text-indent:-3000px;
	float:left;
	}
#header ul{
	float:left;
	margin:13px 0 0 20px;
	padding:0 0 0 0;
	}
#header ul li{
	margin:2px 0 0 0;
	padding:0 0 0 0;
	list-style:none;
	}
.title{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#008bd0;
	list-style:none;
	}
.subtitle{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#fff;
	}
.subtitle a{
	color:#008bd0;
	text-decoration:none;
	}
.subtitle a:hover{
	color:#008bd0;
	text-decoration:underline;
	}
.btnDiscuss{
	background-image:url(../tutorials/img/btn_discuss.gif);
	background-repeat:no-repeat;
	display:block;
	width:142px;
	height:61px;
	float:right;
	text-indent:-3000px;
	}
.btnDownload{
	background-image:url(../tutorials/img/btn_download.gif);
	background-repeat:no-repeat;
	display:block;
	width:142px;
	height:61px;
	float:right;
	text-indent:-3000px;
	}
#content{
	margin-left:-515px;
	padding:0 0 0 0;
	width:1031px;
	float:left;
	position:absolute;
	left: 50%;
	}
#contentVimeo{
	margin-left:-90px;
	margin-top: 5px;
	padding:0 0 0 0;
	width:1031px;
	float:left;
	position:absolute;
	left: 8%;
	}
