body {
	margin: 0 auto;
	background: url(../img/bg.png) no-repeat;
	background-size: cover;
	/* background-color: #744c2c;   d99b4c  cccc99  B5A642  */
	background-color: #006699;
  	color: #000000;
}

#content {
  background: #ccccff;
  background: linear-gradient(0deg, #ffcccc, #ffffcc 45%, #ffffff 90%);
  border: 5px solid #663300;
}

#demobacklink a {
	color: #eee6d6;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
  }

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

ul {
	list-style-position: outside;
}


/*
dirty gold    ffcc66  996633
highlight     663300  ffffff
top letter    009999  ffffcc
mid letter    66cccc  ffcccc
bottom letter ccccff  ffcccc

cccc99
*/