body {
    background-color: #1e1e1eff;
	color: #deffbe;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1{
	text-align: center;
	color: #92f947ff;
}

h2{
	text-align: left;
	color: #396b44;
}

a{
	color: #92f947ff;
	text-decoration: none;
}	
	
.centercontainer {
	padding: 0px;
	width: 95%;
	height: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.iclcontainer {
    background-color: #e2f2e1;
	color: #396b44;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 60px;
	width: 75%;
	text-align: left;
}

.logos{
	height: 200px;	
}

h{
	font-size:100%;
}
