body {
	margin: 0 auto;
	height: 100vh;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(9,46,60,1) 90%);
	background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(9,46,60,1) 90%);
	background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(9,46,60,1) 90%);
  color: #000000;
}

#content {
  background-color: rgba(75,140,155,1);
  border: 5px solid rgb(236,29,36);
}

#demobacklink a {
	color: #eee6d6;
}

#footer {
	padding: 1em 0 0 0;
	margin: auto;
}
#footer img {
	max-width: 90%;
}

.imagegroup {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 2em;
}

.imagegroup img {
	width: 250px;
}

.topm {
	/*height: 350px;*/
	max-width: 90%;
}

ul {
/*	list-style-image: url(/img/siteframe/dot.gif); */
	list-style-position: outside;
}

/*
#FFC300
*/
