body {
	background-image:url(../images/background1.jpg);
	position: fixed;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}


p#logo{
	position: fixed;
	color: #413e33;
	font-family:arial;
	font-size:1.5em;
	border= 0em;
	top:  -1em;
	margin-left: -.5em;
}
p#cvn{
	position: fixed;
	font-family: times;
	font-size: 1.2em;
	top:4em;
	margin-left: 14em;
	}

p#links{
	position: fixed;
	font-family: arial;
	color: grey;
	font-size: 1.1em;
	text-decoration: none;
	top: 9em;
	margin-left: 2em;
	
}
p#about{
	position: fixed;
	font-family: arial;
	color: grey;
	font-size: 1.1em;
	text-decoration: none;
	top: 17em;
	margin-left:2em;
	
}

p#bio{
position: absolute;
	font-family: Times;
	color: #413e33;
	font-size: 1.5em;
	top: 9.5em;
	margin-left: 30em;
}
p#me{
position: fixed;
	font-family: arial;
	background: transparent url(../images/bio.jpg) no-repeat;
	color:white;
	font-size: 1.7em;
	top: 7em;
	margin-left: 15em;
}
p#cv{
position: fixed;
	font-family: arial;
	color:black;
	font-size: 1.5em;
	top: 34em;
	margin-left: 17em;
}
