@font-face {
    font-family: SouthernAire;
    src: url(MontereyMediumFLF.ttf);
}

* {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
}

#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#logodiv {
	position: absolute;
	width: 100%;
	height: 1080px;
}

#logo {
	position: absolute;
	width: 20%;
	margin: 3% 3% auto;
	z-index: 100;
}

#information {
	font-family: consolas;
	font-size: 22px;
	position: absolute;
	margin: 20% 10% auto;
	z-index: 101;
}