	* {
		margin: 0;
		padding: 0;
	}
	
	body {
        background: #ffa020;
		background: -moz-linear-gradient(top, #ff2040 0%, #ffa020 100%);
		background: -webkit-linear-gradient(top, #ff2040 0%,#ffa020 100%);
		background: linear-gradient(to bottom, #ff2040 0%,#ffa020 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2040', endColorstr='#ffa020',GradientType=0 );
		background-attachment: fixed;
		background-repeat: no-repeat;
    }
    #theImage {
		top:0;
		left:0;
		width:100%;
		height:100%;
    }
	
	.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; height: 0; overflow: hidden;
	}
	 
	.video-container iframe,
	.video-container object,
	.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
    #container {
        max-width:960px;
        margin: 0 auto;
    }
	#menu{
        margin: 0 auto;
		text-align: center;	
		max-width:440px;
    }
	#menu a#black
	{
        color: #000000;
		font-family: 'MyFont';
		font-size: 14pt;
		text-decoration: none;
    }
	#menu a#white
	{
        color: #ffffff;
		font-family: 'MyFont';
		font-size: 14pt;
		text-decoration: none;
    }
	
	#navcontainer ul
	{
		margin: 0;
		text-align: center;	
		list-style-type: none;
		padding-top: 16px;
		padding-bottom: 4px;
		
	}
	#navcontainer ul li { display: inline; line-height: 32px; }
	
	
	#footer{
		bottom:0;
		left: 0;
		right: 0;
		line-height: 32px;
		text-align: center;
		font-family: 'MyFont'; 
		color: #FFFFFF;
		font-size: 14pt;
		padding-bottom: 16px;
	}
	@font-face {
    font-family: 'MyFont'; 
    src: url("./fonts/Linotte Bold.otf")
	}
