@font-face { font-family: 'Gothem Condensed';
             src: url('Gotham Condensed/GothamCondensed-Light.otf') format('truetype');
          }
body{
    background-color: #000;
    color: #000000;
    max-width: 860px;
    font-family: 'Gothem Condensed';
    text-align: center;
    margin: 0 auto;
    position: relative;
}
section{
    width: 100%;
}

.wrapper {
	background-color: #FFFFFF;
}

.headline {
}

.content {
	max-width: 640px;
    margin: 0 auto;
    text-align: left;
}

.subline {
	padding-top: 10px;
	padding-bottom: 80px;
	font-size: 25px;
}

h1{
    font-size: 40px;
	line-height: 50px;
}
h2{
    font-size: 35px;
}
video{
    max-width: 640px;
}
a{
    color: #000000;
	text-decoration: none;
}
