
			body {
				background: url('scrum.jpg') no-repeat center center fixed;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
			}

			img {
				height: 80px;
				width: 120px;
				padding-bottom: 10px;
			}
			
			#contact {
				height: 40px;
				width: 40px;
			}

			h1 {
				color: white;
				font-family: 'helvetica Neue', Helvetica;
				font-weight: 100;
				font-size: 60px;
				margin: 5px;
			}
			h2 {
				color: white;
				font-family: 'helvetica Neue', Helvetica;
				font-weight: 200;
				font-size: 30px;
				margin: 0px;
				padding-top: 10px;
			}

			h3 {
				color: yellow;
				font-family: 'helvetica Neue', Helvetica;
				font-weight: 200;
				font-size: 30px;
				margin: 10px;
			}

			p {
				color: white;
				font-family: 'helvetica Neue', Helvetica;
				font-weight: 200;
				font-size: 15px;
				margin: 5px;
			}

			.box {
				background-color: rgba(0,0,0,0.5);
				padding: 20px;
				width: 400px;
				margin: 100px auto;
				text-align: center;
			}
			
			.box2 {
				background-color: rgba(255,255,255,0.2);
				position: fixed;
				bottom: 0;
				left: 0;
				padding: 20px;
				width: 80px;
				text-align: center;
			}

			.box2:hover {
				height: 600px;
				width: 350px;
			}