body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  background-repeat: repeat;
  background-image: url(images/gb_bot.jpg);
  margin: 0;
  line-height: 130%;
  }

#logo {
  position: relative;
  width: 288px;
  height: 104px;

}


#container {
  text-align: center;
  position: relative;
  width: 800px !important;
  margin: auto;
  height: 600px;
}

#header {
  margin-top: 100px;
  width: 800px;  
	height: 100px;
}

#content {
  position: relative;
	color: #90605B;
  width: 800px;
  min-height: 600px;
}

#address p {
	color: #7F7F7F;
  margin: 0px;
}



