html {
	background:url('pooling-around.jpg') no-repeat center center;
	min-height:100%;
	background-size:cover;
}

body {
	min-height:100%;
	color: #ffffff;
	font-family: sans-serif;
}

a { text-decoration:none; color: #fff; }

a:hover { color: orange; }

#welcome { margin-left: 20%; margin-top: 10%; font-size: 140%; padding-bottom: 25px; text-shadow: 2px 2px #333; }
#youtube { margin-left: 20%; font-size: 120%; text-shadow: 2px 2px #999; }
#contact { margin-left: 20%; font-size: 120%; text-shadow: 2px 2px #999; }



