body
{
	background: #242323;
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}

a, a:link, a:active, a:visited, a:hover
{
	color: #056cb1;
}

#main
{
	/*width: 480px;	*/
	margin: 20px auto 0px auto;	
	text-align: center;
}

h1
{
	background: url(media/ivan_lancaster.png) no-repeat center top;
    image-rendering: auto;
	text-indent: -9000px;
	height: 83px;
	line-height: 0px;
    margin-bottom: -10px;
	padding: 0px;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    
}

h2
{
	background: url(media/cinematics.png) no-repeat center top;
    image-rendering: auto;
	height: 29px;
	text-indent: -9000px;
	line-height: 0px;
    margin: 0px;
	margin-top: 10px;
    margin-bottom: 20px;
	padding: 0px;
	transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);

}

h3
{
    font-size: 14px;
    font-weight: 300;    
    margin: 0px;
    margin-bottom: 2px;
	margin-top: 6px;
    text-transform: uppercase;
    color: #bbb;
    letter-spacing: 3px; 
}

h4
{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
	margin-bottom: 5px;
	margin-top: 3px;
    margin-left: 0px;
	line-height: 0px;
}


p
{
    font-weight: 400;
	margin-bottom: 20px;
	margin-top: 20px;
    margin-left: 30px;
	line-height: 18px;
}

.copyright
{
	font-size: 10px;
    margin-top: 80px;
	color: #595959;
    text-align: center;
}

.iframe-container
{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}

.iframe-container iframe
{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}