* {
	padding: 0;
	margin: 0;
} 

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: url('photo.jpg') no-repeat;
	background-size: cover;
	padding: 0;
	margin: 0;
}

html,
body {
	height: 100%;
}

a {
	color: #ec74af;
}
a:hover {
	text-decoration: underline;
}

#realBody {
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('raster.png');
}
	
#container {
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
}
@media (min-width: 481px){
	#container {
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 460px;
		height: 275px;
		margin-top: -137px; /*set to a negative number 1/2 of your height*/
		margin-left: -230px; /*set to a negative number 1/2 of your width*/
	}
}
	#container .header {
		display: block;
		font-size: 36px;
		background: #42215a;
		background: -moz-linear-gradient(top, #42215a 0%, #42215a 4%, #45235b 5%, #603f73 15%, #614074 16%, #421f5f 64%, #390f58 81%, #2f0452 97%, #2f0553 100%);
		background: -webkit-linear-gradient(top, #42215a 0%,#42215a 4%,#45235b 5%,#603f73 15%,#614074 16%,#421f5f 64%,#390f58 81%,#2f0452 97%,#2f0553 100%);
		background: linear-gradient(to bottom, #42215a 0%,#42215a 4%,#45235b 5%,#603f73 15%,#614074 16%,#421f5f 64%,#390f58 81%,#2f0452 97%,#2f0553 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42215a', endColorstr='#2f0553',GradientType=0 );
		height: 45px;
		color: #fff;
		text-align: center;
		padding: 20px 0;
	}
		#container .header img {
			vertical-align: middle;
		}

	#container .message {
		font-size: 16px;
		line-height: 23px;
		background: #fff;
		color: #333;
		padding: 14px;
	}
	@media (min-width: 481px){
		#container .message {
			height: 150px;
			padding: 25px;
		}
	}
		#container .message p {
			margin-bottom: 16px;
		}