#emailbutton a:hover,
#phonebutton a:hover  {
   font-style: italic;
   border-width: 1px;
}

#phonebutton a,
#emailbutton a  {
   border: 1px solid #8C9AA1;
   font-style: Normal;
   display: block;
   width: 100%;
   text-decoration: none;
   color: #000000;
}

#phonepopup p,
#contact p  {
   font: 72px/86px "Freestyle Script";
   margin: 0px;
   letter-spacing: 14px;
   text-align: center;
}

#pid0contact  {
   margin: 0px auto 0px auto;
   width: 1020px;
   position: relative;
}

#phonebutton  {
   font: 72px/86px "Freestyle Script";
   letter-spacing: 14px;
   text-align: center;
   margin-top: -1px;
   margin-left: -1px;
   visibility: visible;
   position: absolute;
   left: 380px;
   top: 376px;
   z-index: 2;
   width: 190px;
   height: 86px;
}

#emailbutton  {
   font: 72px/64px "Freestyle Script";
   letter-spacing: 14px;
   text-align: center;
   margin-top: -1px;
   margin-left: -1px;
   visibility: visible;
   position: absolute;
   left: 365px;
   top: 229px;
   z-index: 2;
   width: 231px;
   height: 64px;
}

#phonepopup  {
   visibility: hidden;
   position: absolute;
   left: 270px;
   top: 506px;
   z-index: 2;
   width: 448px;
}

#background  {
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 1;
   width: 1020px;
   height: 768px;
   background-color: #8C9AA1;
   background-image: none;
}

#contact  {
   visibility: visible;
   position: absolute;
   left: 2px;
   top: 1px;
   z-index: 2;
   width: 1017px;
}

html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #8C9AA1;
}


