body {
	margin: 0 auto;
	background: url(../img/background.png) repeat-x;
	background-size: cover;
	/* background-repeat: repeat-x; */
	background-color: #330000;
	/* background-blend-mode: darken; */
  color: #000000;
}

#content {
  background-color: rgba(0, 0, 0, 0.4);
  border: 5px solid #ffcc00;
  color: #ffffff;
}

#demobacklink a {
	color: #ffcc00;
}

#footer {
	padding: 1em 0 0 0;
}

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

.imagegroup img {
	width: 250px;
}

.topm {
	height: 350px;
}

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

/* change link font colors? */
/* unvisited link */
a:link {
  color: #ffcc33;
}

/* visited link */
a:visited {
  color: #ff6633;
}

/* mouse over link */
a:hover {
  color: #ffcc33;
}

/* selected link */
a:active {
  color: #ffcc33;
}

/*
#FFC300
*/
