#homeflash { position:relative; z-index:1; }

/* Buttons *************/

.homebutton1 {
  position:absolute;
  bottom:15px;
  left:15px;
  font-size:15px;
  display:block;
  width:296px;
  height:133px;

}

.homebutton2 {
  position:absolute;
  bottom:15px;
  left:323px;
  font-size:15px;
  display:block;
  width:296px;
  height:133px;

}

.homebutton3 {
  position:absolute;
  bottom:15px;
  left:633px;
  font-size:15px;
  display:block;
  width:296px;
  height:133px;

}

div.homebutton1, div.homebutton2, div.homebutton3 {
 z-index:10;
}

a.homebutton1, a.homebutton2, a.homebutton3 {
 z-index:100;
}


/* Quiz button **********/

div.home_quizbutton {
  display:block;
  background:url(/media/homepageQuizButton.jpg);
  width:296px;
  height:133px;
}

div.home_quizbutton h2 {
  margin-left:186px;
  margin-top:18px;
}

/* Save button **********/

div.home_savebutton {
  display:block;
  background:url(/media/homepageSaveButton.png);
  width:296px;
  height:133px;
}

div.home_savebutton h2 {
  margin-left:186px;
  margin-top:12px;
}

/* Competition button *****/

div.home_competitionbutton {
  display:block;
  background:url(/media/homepageCompetitionButton.png);
  width:296px;
  height:150px;
}

div.home_competitionbutton h2 {
  margin-left:18px;
  margin-top:35px;
}


/* Flick button *****/

div.home_flickbutton {
  display:block;
  background:url(/media/homepageFlickButton.png);
  width:296px;
  height:164px;
}

div.home_flickbutton h2 {
  margin-left:150px;
  margin-top:45px;
}


/* Tv button **********/

div.home_tvbutton {
  display:block;
  background:url(/media/homepageTvButton.png);
  width:296px;
  height:133px;
}

div.home_tvbutton h2 {
  margin-left:186px;
  margin-top:18px;
}

/* Ad button **********/

div.home_adbutton {
  display:block;
  background:url(/media/homepageAdButton.jpg);
  width:296px;
  height:133px;
}

div.home_adbutton h2 {
  margin-left:186px;
  margin-top:18px;
}


/* Product button **********/

div.home_productbutton {
  display:block;
  background:url(/media/homepageProductButton.gif);
  width:296px;
  height:133px;
}

div.home_productbutton h2 {
  margin-left:18px;
  margin-top:18px;
}





