html, body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#upperbox {
	padding: 0px;
	height: 50%;
	width: 100%;
	background-color: #004071;
	margin: 0px;
}
#titlecontainer {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
	top: 23%;
	bottom: 27%;
	position: absolute;
}
#titlebox {
	padding: 0px;
	height: 30px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
