 .header {
	 box-shadow: 10px 10px rgba(14, 53, 106, 0.80);
	 border-radius: 10px 10px 10px 10px;
	 color: #0E356A;
	 text-align: center;
	 padding: 10px;
	 background: rgba(252, 252, 252, 0.80);	 
     margin: auto;
     width: 35%;    
}
 .footer {
     color: #FFFFFF;
     text-align: right;
     font-size: 10px;
     position: fixed;
     left: 0;
     bottom: 0;
     width: 100%;
     margin-bottom: 10px;
     margin-right: 10px;
}
 .content {	 
	 box-shadow: 10px 10px rgba(14, 53, 106, 0.80);
	 border-radius: 10px 40px 10px 40px;
	 text-align: center;
	 padding: 10px;
	 background: rgba(252, 252, 252, 0.80);	 
     margin: auto;
     width: 35%;     
}
 body {
     background-image: url('newtech-ec.jpg');
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: cover;
     font-family: Tahoma, Geneva, sans-serif;
}