html, body{
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: rgb(60, 110, 171);
	font-family: "Trebuchet MS";
	overflow: scroll;
}
#container {
	width: 10em;
	/* margin: 0 auto; */
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
    top: 0;
	bottom: 0;
	margin-top: 10em;
}
.imga {
	height: auto;
	width: 10em;
}
#logo {
	height: auto;
	width: 20em;
	padding-bottom: 3em;
}
