#body{
  background-color: #72694D;
}

#logo{
  position: absolute;
  background-image: url(/images/intro-logo.jpg);
  background-repeat: no-repeat;
  top: 325px;
  left: 45px;
  width: 800px;
  height: 125px;
}


div.container {
	position: absolute;
	top: 200px;
	left: 255px;
	height: 250px;
	width: 550px;
}

div.container div.text {
  color: #FFFFFF;
}

