body{
	background: black;
}
#allcontent{
	background: url(bg2.jpg);
	width: 600px;
	height: 900px;
	margin-right: auto;
	margin-left:auto;
	margin-top: -20px;
}
hr{
	color:black;
}
p{
	background: #378d4e;
	color: #fed700;
	font-family: arial;
	margin-top: 450px;
	margin-left: 50px;
	width: 500px;
}
#footer{
	font-family: sans-serif;
	color:white;
	margin-left:175px;
	margin-top:210px;
	font-size: x-small;
}
#update{font-family: sans-serif;
	color:white;
	margin-left:30px;
	font-size: x-small;
}
#peter{
	position:fixed;
	left: 0px;
	top:150px;
}
#bio{
	text-align: center;
}
a:link{
	color:white;
}
a:visited{
	color:#ce8244;
}
a:hover{
	color:#fed700;
}	
