#imagebg {
	height: 200px;
  background-color: #cccccc;
  background-image: linear-gradient(red, yellow, green);
}