/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
  background-color: #AED4D7;    
  background-image: url("/images/damascus.png");
  background-repeat: repeat;
}

.brown_stripe {
  width: 100%;
  background-color: #493522;
  height: 150px;
  position: absolute;
  top: 100px;
  z-index: 100;
  left: 0px;
}

img {
  z-index: 900;
  position: relative;
}