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

#content {
  background: #fafafa;
  background: linear-gradient(0deg, #88161a, #c41f26 2%, rgb(250, 250, 250) 66%);
  border: 5px solid #931c1d;
}

#demobacklink a {
	color: #eee6d6;
}

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

ul {
	list-style-position: outside;
}


/*
sea green 339999
sea blue  0099cc 
dark sea blue 003333
yellow    ffcc66
*/
