/* CSS Document */

body {
  background-image: url(images/body-bg.gif);
  background-repeat: repeat-x;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #9ABF3C;
  }

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  }

.content {
  position: absolute;
  top: 130px;
  left: 150px;
  width: 647px;
  background-image: url(images/content-bg.gif);
  background-repeat: repeat-y;
  padding-left: 26px;
  padding-right: 12px;
  padding-bottom: 50px;
	min-height: 443px;
	height: auto !important;
	height: 443px;
  z-index: 3;
  }
.content-top {
  position: absolute;
  top: -22px;
  left: 0px;
  width: 685px;
  height: 22px;
  background-image: url(images/content-top.gif);
  }
.content-bottom {
  position: absolute;
  bottom: -22px;
  left: 0px;
  width: 685px;
  height: 22px;
  background-image: url(images/content-bottom.gif);
  z-index: 3;
  }

.pinkbaby {
  position: absolute;
  width: 134px;
  height: 152px;
  background-image: url(images/pinkbaby.gif);
  left: -30px;
  bottom: -95px;
  }
.bluebaby {
  position: absolute;
  width: 134px;
  height: 152px;
  background-image: url(images/bluebaby.gif);
  right: -40px;
  bottom: -95px;
  }
  
h1 {
  margin: 0px;
  color: #F69;
  }

.logo {
  position: absolute;
  top: 20px;
  right: 80px;
  width: 328px;
  height: 43px;
  background-image: url(images/logo.jpg);
  }

.notes {
  position: absolute;
  top: 220px;
  left: 0px;
  width: 900px;
  height: 234px;
  background-image: url(images/notes.gif);
  z-index: 0;
  }

img {
  border: 0;
	}