body {
	background: #AAA url(background.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	font-family: sans-serif;
}


#message {
	position: relative;
	margin: 8vh auto 0;
	padding-top: 3vh;
	width: 40vw;
	height: 43vh;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 122, 89, 0));
	
}