html{
	background: black url(newton3.png) no-repeat fixed center center;
	background-size: cover;
}

body{
	text-align: center;
}

#holder{
	background: rgba(255,255,255,0.75);
	padding: 50px;
	margin: 50px;
	text-align: justify;
}

