.unco{
	width: 600px;
	border: 2px solid #aaa;
	padding: 5px 20px 20px 20px;
	margin: 50px auto 30px;
	text-align: left;
	background: #00979d;
	color: white;
}

.unco h1{
	text-align: center;
	color: black;
}

.unco h2{
	text-align: center;
}

#footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 28px;
	
	text-align: center;
	font-size: 110%;
	
	background-color: rgba( 255, 255, 255, 0.931 );
}

#main{
	padding-bottom: 28px;
}

#footer a{
	color: black;
	font-style: normal;
	text-decoration: none;
}