body {
  background-color: #9800b3;
  background-image: url('../images/rainbow_farm.jpg');
}

h1 {
  font-family: Trebuchet MS;
  font-size: 60px;
  color: #FFFFFF;
}

h2 {
  position: relative;
  font-family: Trebuchet MS, Arial;
  font-size: 30px;
  color: #0000FF;
}

h3 {
  font-size: 18px;
  font-family: verdana, arial;
}

h4 {
  font-size: 13px;
  font-family: arial;
}

span.strike {
  text-decoration: line-through;
}


h4#links {
  position: relative;
  top: -20px;
  left: 60px;
} 

div#ad {
  position: relative;
  top: -10px;
  left: 40px;
}

div#body {
  width: 640px;
  text-align: left;
  height: 800px;
  background-color: #FFFFAA;
  padding: 5px;
  border-top: solid #000000 2px;
  border-bottom: solid #000000 2px;
  border-left: solid #000000 2px;
  border-right: solid #000000 2px;
  position: relative;
  top: 20px;
  left: 40px;
  border-radius: 15px;
}

div#top {
  text-align: right;
} 



h1#brainwave_sculptures {
  position: relative;
  top: -21px;
  left: 40px;
  z-index: 5;
}


div#main {
  position: relative;
  top: -538px;
}

h3#subtitle {
  position: relative;
  top: -20px;
}

img#awakening {
  position: relative;
  top: -20px;
  left: 6px;
}

h3#buy_awakening {
  position: relative;
  top: -34px;
  left: 12px;
}

h4#about_awakening {
  position: relative;
  top: -232px;
  left: 120px;
  width: 500px;
}

img#zen_brain {
  position: relative;
  top: -218px;
  left: 6px;
}

h3#buy_zen_brain {
  position: relative;
  top: -232px;
  left: 12px;
}

h4#about_zen_brain {
  position: relative;
  top: -406px;
  left: 120px;
  width: 500px;
}





img#psychedelic {
  position: relative;
  top: -350px;
  left: 6px;
}

h3#buy_psychedelic {
  position: relative;
  top: -370px;
  left: 12px;
}

h4#about_psychedelic {
  position: relative;
  top: -566px;
  left: 120px;
  width: 500px;
}

h4#copyright {
  position: relative;
  top: -540px;
  background-color: #FFFFAA;
  width: 400px;
}


