/*body{
  background: url(../../images/photography/backgrounds/photography-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/

#top, #bottom, #left, #right{
  background: #cc3366;
  position: fixed;
  z-index: 2;
}
#left, #right {
	top: 0; bottom: 0;
	width: 20px;
}
#left {left: 0;}
#right {right: 0;}
#top, #bottom {
	left: 0; right: 0;
	height: 20px;
}
#top {top: 0;}
#bottom {bottom: 0;}

header, section{
  color: #cc3366;
}

.photo-column{
  width: 45%;
}

.photo-box{
  margin-bottom: 30px;
}
