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

*{
	outline:none;
	text-decoration:none;	
	}

body, html{
	margin:0;
	padding:0;
	font-family: open-sans, sans-serif;
	font-weight:300;
	background: no-repeat center top url(../media/img/bg.jpg);
	}
	
dt, dd{
	display:inline-block;
	font-size:36px;
	}
	
dt{
	color:#999;
	}
	
dd{
	margin-left:5px;
	color:#fff;
	}
	
dl{
	margin:0;
	}
	
article{
	min-width:940px;
	padding:40px;
	max-width: 1440px;
	margin:auto;
	}
	
header, section.video{
	width:720px;
	margin:auto;
	margin-bottom:20px;
	}