
html, body {
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: 'PT Sans';

}

.splash {
	position: absolute;
	width: 80%;
	right: 10%;
	top: 30%;
	text-align: center;

}
.splash strong {
	color: white;
	font-size: 5.5rem;
}

.info-bar {
	position: absolute;
    width: 90%;
    padding: 2px;
    right: 5%;
    top: 2%;
    border: none;
    background-color: rgba(150,150,150,0.7);
}

.logo {
	color: rgb(180,0,0);
	padding: 0px;
	margin-left: 5px;
}
.logo h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.logo h1 > span {
	font-size: 10pt;
	color: white;
}

.slogan {
	font-size: 10pt;
	line-height: 10pt;
	color: white;
	text-align: left;
}
.menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

.menu ul > li {
	display: inline-block;
	margin-left: 15%;
	padding: 5px;
	height: 50%;
}


.left {
	float: left;
	width: 45%;
}

.right {
	float: right;
	width: 45%;
}

a, a:active, a:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a:hover {
	background-color: transparent;
}

.impress {
	display: block;
	text-align: right;
	color: white;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.impress div {
	float: left;
	margin-left: 15px;
}
.text-left {
	text-align: left;
}
