body {
	position: relative;
	background-color: #fff;
	background-image: url(/assets/images/grid-18px-masked.png);
	background-repeat: repeat-x;
	background-position: 300 50px;
}

.projDesc {
	width: 200px;
	float:right;
	overflow: hidden;
}

/* Callout box - fixed position at the bottom of the page */
.callout {
  max-width: 300px;
  border-style: solid;
  border-width: 1px;
  margin: 2px 0 0 3px;
}

/* Callout header */
.callout-header {
  padding: 0;
  background: #999;
  font-size: 13px;
  color: white;
}

/* Callout container/body */
.callout-container {
  padding: 0;
  background-color: #eee;
  color: black;
  font-size: 13px;
}

/* Close button */
.closebtn {
  position: absolute;
  top: -1px;
  right: 18px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}

/* Change color on mouse-over */
.closebtn:hover {
  color: lightgrey;
}