* {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.29;
  position: relative;
}

a:active {outline: none;}
:focus {-moz-outline-style: none;}

#body {
  margin: 0 auto;
  width: 800px;
  height: 1414px;
  background: url(../images/background.png) no-repeat;
}

h1 {
  height: 264px;
}

#recip h1{
	height: 20px;
}

#main_text {
  position: absolute;
  top: 300px;
  left: 30px;
  width: 420px;
  height: 305px;
}
  #main_text h2 {
    text-transform: uppercase;
    font-size: 1.14em;
    margin-bottom: 23px;
  }
  #main_text p { margin-bottom: 23px; }
  #main_text a {
    color: #bef0a3;
    text-decoration: none;
    font-size: 1.14em;
  }
    #main_text a:hover { text-decoration: underline; }
  #main_text a#watch_it_now {
    display: block;
    width: 420px;
    height: 56px;
    background: url(../images/watch_it_now_sm.png) no-repeat;
    text-indent: -10000px;
    margin-top: 36px;
  }

#main_img {
  position: absolute;
  right: 12px;
  height: 413px;
  width: 271px;
}

#image_list {
  position: absolute;
  top: 660px;
  width: 778px;
  left: 10px;
}
  #image_list h4 {
    font-size: 0.86em;
    font-style: italic;
    text-align: center;
    color: #bef0a3;
  }
  #image_list ul { 
    position: absolute;
    top: 24px;
    left: 8px;
  }
  #image_list li { float: left; }
  #image_list li a {
    display: block;
    width: 115px;
    height: 173px;
    margin: 0 6px 12px;
  }

#lower_text {
  position: absolute;
  top: 1054px;
}
  #lower_text h3,
  #lower_text ul,
  #lower_text a#lower_logo { float: left; }
    #lower_text h3 {
      width: 183px;
      height: 154px;
      background: url(../images/the_next_big_thing.png) no-repeat;
      text-indent: -10000px;
      margin: 32px 0 0 20px;
    }
    #lower_text ul {
      width: 325px;
      height: 147px;
      background: url(../images/bullets.png) no-repeat;
      text-indent: -10000px;
      margin: 32px 0 0 37px;
    }
    #lower_text #lower_logo {
      display: block;
      width: 173px;
      height: 178px;
      background: url(../images/lower_logo.png) no-repeat;
      text-indent: -10000px;
      margin: 0 0 42px 42px;
    }

#see_more {
  position: absolute;
  top: 1260px;
  left: 24px;
  display: block;
  width: 753px;
  height: 56px;
  background: url(../images/click_here_big.png) no-repeat;
  text-indent: -10000px;
  clear: both;
  margin: 0 auto;
}

#footer {
  position: absolute;
  top: 1335px;
  width: 720px;
  font-size: 0.86em;
  text-align: center;
  padding: 0 40px;
  margin: 0 auto;
}
 #footer a { text-decoration: none; }
  #footer a:hover { text-decoration: underline; }
  
  #header{
  	
	position: absolute;
	top: 10px;
  }
  
  #recip a{
  	
	  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #221A18;
  text-decoration: none;
  font-weight: bold;
  }
  
  #recip a:hover{
  	text-decoration: underline;
  }
