body { background-color: #d6f3c5;
	   background-image: url('images/back.gif');
       repeat: x;
       margin: 0;
       overflow-x: hidden;
       overflow-y: hidden;
       text-align: center;
       font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
       font-size: 12px; }

#total { margin: auto;
             width: 800px; }

#image { position: absolute;
       left: 0px;
       top: 0px;
       width: 800px; }

#iframe { position:absolute; 
		  width:324px; 
		  height:220px; 
	 	  z-index:1; 
		  left: 309px; 
		  top: 325px; }  

#content { background-color: #fbfad9;
        color: #414b66;
        text-align: justify; }

.center { text-align: center; }
