body {
  background:url("../images/horse2.gif") 0 0 fixed repeat;
  /*background:#33ccff;*/ /*#7f92ff;*/
}

/* Images */
#logo {
  background:url("../images/logo.gif") center center no-repeat;
  width:380px;
  height:114px;
  padding:3px;
  margin:0 auto;
}
#logo2 {
  background:url("../images/horse-anim.gif") center center no-repeat;
  width:177px;
  height:107px;
  margin:0 auto;
}
#slideshow1, #slideshow2, #slideshow3 {
  width:150px;
  height:150px;
  margin:0 auto;
  display:inline;
}
#centerPic1, #centerPic2, #centerPic3 {
  /*background:url("../images/horse-anim.gif") center center no-repeat;*/
  width:150px;
  height:150px;
  margin:0 10px;
  border: 1px solid #000;
}

/* Overall Text */
#mainContent {
  background:#fff;
  width:75%;
  text-align:center;
  padding:15px 10px;
  margin:0 auto;
  font-family:georgia, sans-serif;
  line-height:200%;
}

/* Individual Text */
#mainText {
}
#subText {
}
#contact {
  color:#aa00cc;
  font-variant:small-caps;
  font-size:120%;
}

/* Spacers */
#spacer {
  height:1em;
  width:auto;
}
hr {
  width:75%;
  height:1px;
  color:#000;
}
