html {overflow-x:hidden; }
  	body{
  		padding: 0;
      background-color: #000; 
	 	overflow-x:hidden;
  	}

	a{
		text-decoration:none;
	}

    .parallax-viewport {
      width: 100%;
      height: 850px;
      background-color: #000;
    }
    
    .diagram {
      margin-top: 0;
    }

	a#logo {
		position:absolute;
		left:850px;
		top:150px;
	}

	a#watch {
		position:absolute;
		left:850px;
		top:299px;
		padding:0 10px 0 5px;
		font-family:'Helvetica', Arial, sans-serif;
		font-weight:bold;
		font-size:15px;
		color:#fff;
		text-transform:uppercase;
		background:url('../images/watch-arrow.png') no-repeat center right;
	}
	
	a#watch:hover {
		color:#ccc;
	}
	
	a#watch.hide {
		background:url('../images/watch-x.png') no-repeat center right;
		padding:0 15px 0 5px;
	}
    
	#video{
		display:none;
		position:absolute;
		left:850px;
		top:363px;
		width:500px;
		height:375px;
		border:10px solid #fff;
	}
	  small {
	    text-transform: uppercase;
	  }
	 #container {
	 	display:block; 
	 	width: 2560px;
	 	overflow:hidden;
	 }
	 #cmf {
		height: 30px;
    	position: relative;
    	right: 120px;
    	top: -60px;
    	width: 100px;
	}
	 #footer ul {
		list-style-type: none;
		height: 30px;
		width: 255px;
		margin: auto;
		background: #fff;
		padding-left: 20px;
		-moz-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	#footer li {
		float: left;
	}
	#footer li a{
		text-decoration: none;
		display: block;
		padding: 10px;
		color: #333;
		font-size: 11px;
		font-family: Helvetica, Arial;
	}
	
	#footer { position: relative; top: 800px; margin: 0 0 0 600px; }