body{
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 1100px;
	min-width: 1000px;
	font-family: Arial, Verdana, sans-serif;
}

.pageBlock{
	width: 900px;
	margin: auto;
}

.messageBlock{
	margin-top: 30px;
	transform: rotate(-10deg);
}

.greeting{
	font-size: 60pt;
	color: #c10000;
}

.message{
	font-size: 30pt;
	color: #00bf3b;
}

.video{
	position: absolute;
	top: 679px;
	margin-left: 110px;
}

.previous{
	text-align: center;
	position: fixed;
	bottom: 10px;
	width: 900px;
	color: white;
	text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
}

.previous a{
	color: white;
}