@import url(https://fonts.googleapis.com/css?family=Nunito);

body {
	background-image: url('bg2.jpg');
	background-position: center;
}
h1 {
	color: white;
	font-family: 'Nunito', sans-serif;
    font-size: 20px;
}
p {
	color: white;
	font-family: 'helvetica', sans-serif;
	line-height: 1.4;
}
#container {
	position: relative;
	margin: auto;
	width: 995px;
	height: 715px;
}
#bio {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 800px;
	height: 576px;
	background-image: linear-gradient(to bottom right, rgba(50, 165, 145, 0.8), rgba(95, 210, 125, 0.8));
	border-style: solid;
	border-width: 2px;
	border-color:  rgba(50, 165, 145, 0.6);
	border-radius: 5px;
	padding: 8px;
}
#title {
	position: relative:
	left: 0;
	top: 0;
	height: 120px;	
}
.nav {
	position: relative;
	left: 0;
	margin-bottom: 5px;
	width: 150px;
	height: 50px;
	background-image: linear-gradient(to bottom right, rgba(30, 33, 30, 0.8), rgba(110, 115, 110, 0.8));
	border-style: solid;
	border-width: 2px;
	border-color:  rgba(31, 33, 31, 0.6);
	border-radius: 5px;
	padding: 8px;
}
#contain {
	margin-top: 0;
	margin-left:-8px;
	position: relative;
	margin: auto;
	width: 800px;
}
.about {
	position: relative;
	margin-top: 0;
	width: 395px;
	height: 273px;
}
.aimg {
	position: absolute;
	width: 200px;
	top: 0;
}
.about iframe {
	position: absolute;
	bottom: 0;
	left: 97.5px;
}