body {
    background-image: url("images/background.jpg");
    background-position: left bottom;
    margin:0;
    padding:0;
    color:white;
    font-family:sans-serif;
}

	.header {
		padding:10px;
    	width:100%;
    	height:60px;
    	background-image: url("images/trans.png");
	}

		.logo {
			background-image: url("images/logo2.png");
			width:405px;
			height:45px;
			margin-top:8px;
			float:left;
			background-size: 100%;
			background-repeat: no-repeat;
		}

		.menu {
			float:right;
			height: 60px;
			margin-right: 20px;
		}

			.menu ul {
				list-style:none;
				margin: 18 0 0 0;
    			padding: 0;
    			overflow: hidden;
			}

				.menu ul li {
					float: left;
					display:block;
					margin: 0 20 0 20;
					font-family:sans-serif;
					font-size: 1.1em;
					color:#ccd7c9;
				}
				
				.menu ul li:hover {
					text-decoration: underline;
					cursor: pointer;
				}

	#main {
		margin-top:100px;
		width:100%;
	}

		.video {
			margin: 0 auto;
			width:853px;
		}
		
		.text {
		    margin: 0 auto;
		    width:800px;
		    font-size:1.2em;
		    font-weight:100;
		}
		
		.text a {
		    text-decoration: none;
		    color: white;
		}
		
		.text a:hover {
		    text-decoration: underline;
		}
		