html, body {
    padding: 0px 0px 20px 0px;
    margin: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#151817 url("../images/tutorial/header_bg.jpg") repeat-x;
	color:#FFF;
}

a:link, a:visited, a:active{
	color:#d4d9de;
	text-decoration:none;
}

a:hover{
	color:#d4d9de;
	text-decoration:underline;
}

.header{
	background:url("../images/tutorial/header_bg.jpg");
	height:74px;
}

.header_buttons_container{
	width:400px;
	padding:17px 0px 0px 30px;
	font-size:18px;
	font-weight:bold;
}

.main_content{
	padding:30px 0px 0px 0px;
}

.video_container{
	padding:3px;
	border:solid 1px #474747;
	background:#000;
}