#greetings
{
  width:18em;
}

.tile
{
  width: 210px;
  height: 16em;
  padding:5px 10px 10px 10px;
  margin:0px;
  border:1px solid gray;
  border-right:2px solid gray;
  border-bottom:2px solid gray;
  background-color: #f8f5e3;
  position:absolute;
}

.tile.foreground
{
  color:#16494A;
}

.tile H1
{
  font-size:1.1em;
  text-align:center;
  margin:.5em 0 .5em 0;
}


.tile P
{
  padding:0 .50em;
}


.tile P.cta
{
  position:absolute;
  bottom:1em;
  width:214px;
  text-align:center;
}


#contact
{
  top:0em;
  right:1.5em;
  background: url(/images/background/contact_bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 20px;
  background-color: #f8f5e3;
}
#help
{
  top:4em;
  right:1.0em;
  background: url(/images/background/help_bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 20px;
  background-color: #f8f5e3;
}
#services
{
  top:8em;
  right:.50em;
  background: url(/images/background/services_bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 20px;
  background-color: #f8f5e3;
}
#about
{
  top:12em;
  right:0em;
  background: url(/images/background/about_bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 20px;
  background-color: #f8f5e3;
}

DIV.tile IMG
{
  width:210px;
  height:10px;
}
