@charset "UTF-8";

body {
	background:white;
	font-family: arial, serif;
	font-size: x-large;
	color: white;
	text-align: center;

	margin: 0px;
	padding: 0px;
}

*.imgValidators {
	vertical-align: middle;
	border:0px;
	width:70px;
	height:24px;
}

#pageContainer {
	position:absolute;
	height: 100%;
	width: 100%;
	left:0px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	visibility: visible;
	padding: 0px;
	margin: 0px;
}

#mainContent {
	/*background-color: #343537;*/
	border:  medium solid black;
	width: max-content;
	/*overflow: auto;*/
	text-align: center;

	position: relative;
	top: 25%;
	padding: 10px;
	margin: auto;
}

#mainContent:HOVER {
	border:  medium solid #c7abe3;
}

#welcome {
	color: #668055;
	font-size: xx-large;
	font-weight: bold;
	text-decoration: none;
}

#welcome:HOVER {
	/*color: #3b5c25;*/
}

#footer {
	color: #a5a8b2;
	font-size: small;
	background-color: #343537;
	border-top: 1px dashed white;

	position:fixed;
	height:30px;
	width:100%;
	bottom: 0px;
	left:0px;
	margin: 0px;
	padding-top: 5px;
}

a, a:VISITED , a:ACTIVE , a:FOCUS, a:LINK {
	color: #6d7aad;
	text-decoration: none;
}

a:HOVER {
	color: #8398e5;
	text-decoration: none;
}
