body {
  margin: 0px;
  padding: 0px;
  background: #A59E74 url('graphics/bg_page.jpg') top left repeat-x;
  color: #f8f5e0;
  text-align: center;
  font-family: verdana,sans-serif;
}
#wrapper {
  position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1030px;
	height: 749px;
	background: transparent url('graphics/photo_babybulge.jpg') top right no-repeat;
	text-align: left;
}
#side {
  float: left;
  margin: 0;
  padding: 100px 0 0;
  width: 260px;
  text-align: center;
}
#side p {
  font-size: 70%;
}
#enter {
  float: right;
  margin: 200px 70px 0 0;
  padding: 120px 0 0;
  width: 700px;
  text-align: center;
}
a {
  background: transparent;
  color: #46442F;
}
#footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 770px;
  text-align: center;
  background-color: transparent;
  color: #D2CDAF;
}
#footer p {
  font-size: 70%;
}