body {
	margin: 0 auto;
	background: url(../img/skull_background.png);
	background-size: cover;
	background-color: rgba(0,0,0,0.2);
	#background-blend-mode: darken;
  color: #000000;
}

#content {
  background-color: rgba(235,223,206,0.90);
  border: 5px solid rgb(0,98,110);
}

#demobacklink a {
	color: #eee6d6;
}

#footer {
	padding: 0;
}

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

.imagegroup img {
	width: 250px;
}

.topm {
	height: 300px;
	padding: 1em;
}

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

/*
#FFC300
*/
