.WelcomeContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	color: rgba(25, 50, 50, 0.75);
	overflow: hidden;
}

#WelcomeTitle {
	position: absolute;
	top: 0;
	left: 0;
	height: 75px;
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 100px;
	color: rgba(25, 50, 50, 0.75);
	overflow: hidden;
}

#KodMoto {
	position: absolute;
	top: 75px;
	left: 0;
	height: 50px;
	width: 100%;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	color: rgba(25, 50, 50, 0.75);
	overflow: hidden;
}

#GettingStarted {
	position: absolute;
	top: 125px;
	left: 0;
	height: 25px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	vertical-align: middle;
	color: rgba(25, 50, 50, 0.75);
	overflow: hidden;
}

#CapstoneShortcut {
	position: absolute;
	top: 175px;
	left: 5%;
	height: calc(100% - 300px);
	width: 40%;
	background-color: rgba(100, 100, 100, 0.5);
}

#GovernmentShortcut {
	position: absolute;
	top: 175px;
	left: 55%;
	height: calc(100% - 300px);
	width: 40%;
	background-color: rgba(100, 100, 100, 0.5);
}

#ShortcutTitle1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	color: #eeeeee;
}

#ShortcutTitle2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	color: #eeeeee;
}

#ShortcutDescription1 {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 100px);
	font-size: 15px;
	color: #cccccc;
	overflow: scroll;
}

#ShortcutDescription2 {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 100px);
	font-size: 15px;
	color: #cccccc;
	overflow: scroll;
}

#ShortcutButton1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

#ShortcutButton2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

#AdFrame {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 0px;
	padding: 0;
	width: 100%;
	height: 105px;
	overflow: hidden;
}