html, body {
	height: 100%;
	width: 100%;
}
body {
	background: #2CB27D;
	margin: 0px;
}
.border-top {
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0px;
	background-image: url("../img/BorderTop.svg");
	background-repeat: repeat;
	background-position: center; 
}
#logo {
	width: 800px;
	height: 200px;
	margin: auto;
	position: relative;
	top: 35%;
	background-image: url("../img/Logo.svg");
}
#subtitle {
	width: 800px;
	height: 100px;
	margin: auto;
	position: relative;
	top: 35%;
	text-align: center;
	font-family: Segoe UI;
	font-weight: 100;
	font-style: italic;
	color: #FFFFFF;
	font-size: 92px;
}
.border-bottom {
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0px;
	background-image: url("../img/BorderBottom.svg");
	background-repeat: repeat;
	background-position: center; 
}