html {
    height: 100%;
}

body {
	background: rgb(56,54,101);
	background: linear-gradient(0deg, rgba(56,54,101,1) 0%, rgba(0,44,52,1) 100%);
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

div#MainContent {
	background-color: rgb(212,208,200);
	width: 800px;
	height: 200px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -105px;
    margin-left: -405px;
	border: 2px solid black;
	padding: 8px;
}

span.title {
	font-family: arial;
	font-size: 20pt;	
}

span.sectiontext {
	font-family: arial;
	font-size: 16pt;
}

span.label {
	font-family: arial;
	font-size: 11pt;
}