/* CSS Document */

body {
	background: url(graphics/WaterlooVillage.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#WholeWindow {
	position: relative;
	width: 100%;
	height: 100%;
}

#MiddleText {
	
	position: fixed;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	bottom: 0px;
	background-color: rgba(0,0,0,.3);
}

.SubText {
	font-size: 6em;
	color: #7fbbff;
}

.MainText {
	font-size: 10em;
	color: #7fbbff;
}
