#about{
	position: absolute;
	border: 3px dashed blue; 
	margin: 280px 0px 0px 185px; 
	width: 715px;
	background-color: white;
}

#info{
	position: absolute;
	border: 5px solid black; 
	margin: 370px 0px 0px 600px; 
	width: 300px;
	height: 300px;
	background-color: white;
}

#info p{
	color: #1D60A7;
	font-family: 'Bookman Old Style';
	font-size: 16px;
}
