
/* General settings
 ******************************************************************************/

* {
   margin: 0;
   padding: 0;
}

img {
   border: 0;
}


/* Document properties
 ******************************************************************************/

html,
body,
#siteContainer {
	min-height: 100%;
	height: 100%;
	width: 100%;
}
   html>body,
   html>body #siteContainer {
   	height: auto;
   }
   html,
   body {
      width: 100%;
      background-color: #3b3b3b;
   }
   
   #siteContainer {
      position: absolute;
      text-align: center;
   }
      #startPage {
         padding-bottom: 30px;
      }


#mainLogo {
   margin-top: 10%;
   margin-bottom: 5%;
}

#mainImageContainer {
   display: block;
   width: 100%;
   height: 162px;
   border-top: 1px solid #999999;
   border-bottom: 1px solid #999999;
   /*background: url(../gfx/header/vetplant.jpg) top left no-repeat #1c4705;*/
}


#footer {
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 22px;
   border-top: 1px solid #9d9d9d;
   background-color: #363636;
   line-height: 0px;
   text-align: center;
}
   #footer #footerContact {
      margin-top: 6px;
   }
   #footer #qforma {
      position: absolute;
      top: 3px;
      right: 5px;
   }

