body {
	margin: 0 auto;
	background: url(../img/bg.png);
	background-color: #ff0000;
  color: #000000;
}

#content {
	/*background-color: #DAF7A6; */
	/*border: 5px solid #FFC300; */
  /*background-color: rgba(0,170,230,0.7);*/
  background: rgba(255, 255, 255, 0.66);
  /* background: linear-gradient(0deg, rgb(230, 0, 0) 0%, rgb(226, 91, 91) 40%, rgb(224, 136, 136) 80%); */
  background: linear-gradient(338deg, rgba(167, 167, 167, 0.703) 0%, rgba(253, 253, 253, 0.663) 40%, rgba(255, 255, 255, 0.8) 80%);
  border: 5px solid #ffffff;
}

#demobacklink a {
	color: #eee6d6;
}

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

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

/*
#FFC300
*/
