body {
	margin: 0 auto;
	background: url(../img/bg.png) no-repeat;
	background-size: cover;
	background-color: #000;
  	color: #000000;
}

#content {
  background: #33cc66;
  background: linear-gradient(0deg,  #33cc66, #cccc66 45%, #cccccc 90%);
  border: 5px solid #ffcc00;
}

#demobacklink a {
	color: #eee6d6;
}

.images {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.images img {
	height: 250px;
}

ul {
	list-style-position: outside;
}


/*
cthulhu green  339900  336633
cthluhu yellow ffcc00
light tan      cccc66  cccccc
dark tan       99cc66  33cc66
*/