


html, body { margin:0;
				 padding:0;
				 border: 0;
				 width: 100%;
				 height:100%;
				 font-size:100%;
				 font-family:Arial,Helvetica,sans-serif;
				 line-height:1em;
				 background-color:;
				 }
   
#wrapper { position:relative;
			  margin: 0 auto;
			  min-width: 750px;
			  min-height:100%;
			  height: 600px;
			  }

#header { padding:10px;
          background:;
          }
    
#content { padding:10px;
           bottom: 10%;
		   display:inline-block;
           }

#footer { width:40%;
          position:absolute;
          bottom:0;
          right: 30%;
          background:;
          }

.imga { position: absolute;
        width: 50%;
        height: 60%;
        top: 5%;
        left: 27%;
        background-color:;
        }					

.imgb { position: absolute;
        left: 0.1%;
        bottom: 0; 
        width:40%; 
        background-color:;
        }

.img1 { margin-left:17%;
        margin-top: 5%;
        }        

.img2 { margin-top: 4%;
        margin-left: 17%;
        padding-top: 1%
        }

.img3 { margin: 0 0 -3% -1.0%;
        }

.p1 { margin-top: -1%;
      border:0;
      padding: 0;
      border-top: 1px;
	   border-top-color: black; 
	   border-top-style: solid;
      text-align: center;
	   padding-top: 0;
	   text-decoration: underline;
	   font-size: 70%;
	   font-weight: lighter;
	   }

.te { position: absolute; 
      left: 62.5%;
      bottom: 5%;
      width: 40%;
      background-color:;
      }
  
.te1 { margin-bottom: 1%;
       padding: 0;
       padding-left: 0%;
       border:0;
       width:100%;
       font-size: 98%; 
       text-align: left;
       text-indent: 1px;
       font-weight: normal;
       } 

@media screen and (max-width: 40.5em) {
 .container {
   width: 50%;
   float: left;
    }
}

.container .btn {
    position: absolute;
	max-width: 400px;
	margin-bottom: 45%;
	margin-top:28%;
	transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: black;
    color: yellow;
    font-size: 18px;
	font-size:2.5vw;
    padding: 16px 30px;
    border: 2px solid black;
    cursor: pointer;
    border-radius: 12px;
    text-align: center;
	transition-duration: 0.1s;
	}

.container .btn:hover {
    background-color: black;
    color: yellow;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.50), 0 6px 20px 0 rgba(0,0,0,0.60);
	}



 
