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

#content {
  background: #339999;
  background: linear-gradient(0deg, #339999, #66cccc 25%, rgb(250, 250, 250) 75%);
  border: 5px solid #ffcc66;
}

#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
*/
