BODY {
	background: black;
	color: white;
	margin: 0;
}
A:link {
	color: blue;
}
A:visited {
	color: red;
}
A:hover {
	color: purple;
}
DIV.loco {
	position: relative;
	height: 100vh;
}
DIV.logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 522px;
	height: 123px;
	margin-left: -261px;
	margin-top: -61px;
	padding: 0;
	text-align: center;
}
DIV.plusonecorner {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	align: right;
}
IMG {
	vertical-align: middle;
	border: 0;
}
BODY.cpage {
	background: #999999;
	padding: 10px 10px 10px 10px;
}
DIV.content {
	background: #000000;
	height: 100%;
	padding: 5px 10px 5px 10px;
	min-height: 700px;
}
DIV.minilogo {
}
DIV.sublogo {
	margin-top: 55px;
	float: left;
}
table.splash-table {
	border-spacing: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
table.splash-table td {
	padding-left: 10px;
}
