@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);
	max-height:100%;
	height:100%;
  -webkit-background-size: cover;           /* Safari 3.0 */
     -moz-background-size: cover;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: cover;           /* Opera 9.5 */
          background-size: cover;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
	}
	
dt, dd{
	display:inline-block;
	font-size:36px;
	}
	
dt{
	color:#941e7f;
	}
	
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;
	}