body
{
    margin: 0;
    padding: 0;
    background: repeat-x url(/images/background.jpg) #9DC569;      
    font: 13px/1.2em "Lucida Grande", Arial, sans-serif;
    color: #000;
}

img.bubble
{
    height:100%;
    left:0pt;
    position:absolute;
    top:0pt;
    width:100%;
    z-index:-1;
}

img
{
    border:0pt none;
}

h1
{
    z-index: 1;
    font: 2.2em "Georgia", "Times New Roman", serif;
    color: #E8A400;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    margin-top:1.6em;
    position: relative;
    padding-right: 10px;
}

#header
{
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 10;
}

#certificate-footer
{
    background:#fff4d8 scroll 0%;
    border-top:3px dotted #e8a300;
    bottom:0px;
    padding-bottom:5px;
    padding-top:2px;
    color:#E8A400;
    font: 1.7em "Georgia", "Times New Roman", serif;
    left:0px;
    opacity:0.9;
    position:fixed;
    text-align:center;
    width:100%;
    z-index:10000;
}

#people-bubble p, #places-bubble p, #things-bubble p, #comingsoon-bubble p
{
  z-index: 1;
  position: relative;
  font-size:0.9em;
  padding-right: 10px;
  color: #1A1917;
}

#people-bubble a, #things-bubble a, #comingsoon-bubble a
{
  z-index: 1;
  position: relative;
  font-size:1.5em;
  padding-right: 10px;
  color: #1A1917;
  text-decoration: none;
}

#places-bubble a
{
  z-index: 1;
  position: relative;
  font-size:2.5em;
  padding-right: 10px;
  color: #1A1917;
  text-decoration: none;
}

#people-bubble, #places-bubble, #things-bubble, #comingsoon-bubble
{
  position: absolute;
  width: 310px;
  height: 310px;
  text-align: center;
}

#certificate-bubble p, p.form.buynow-button
{
  z-index: 1;
  position: relative;
  font: 1.3em "Georgia", "Times New Roman", serif;
  padding-right: 10px;
  bottom: -80px;
  color: #1A1917;
}

#certificate-bubble h1
{    
    margin-top:2.2em;
}

#certificate-bubble
{
  position: absolute;
  width: 349px;
  height: 349px;
  text-align: center;
}

#people-bubble-handle, #places-bubble-handle, #things-bubble-handle, #comingsoon-bubble-handle, #certificate-bubble-handle
{
  cursor: move;
}