#body-bg {
	background: #FFFFFF url(../img/body-bg_orange.gif) repeat-y 12em;
}
#content {
	background: #FFE9CC;
}
#main-body, #sidebar {
	background: #FF8F00;
}

/* The grid: Four equal columns that floats next to each other */
.columni {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.columni img {
  opacity: 0.8; 
  cursor: pointer; 
}

.columni img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.rowi:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container */
.container {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}