html, body {
    height: 100%;
    margin: 0;
    padding: 0; 
    width:640px;     
}

body {
    background-color: #00386b;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;    
    height: auto !important;
    margin: 0;
    min-height: 100%;  
    padding: 0;       
}

#header {
  background: none repeat scroll 0 0 #FFFFFF;
  height:66px;	
  left: 0;
  top: 0;
  width: 100%;
  z-index: 998;  
  text-align:right;   
}

#header img{
	margin-top: 8px; 
}
           
#content{ 
	margin-top: 20px; 
  text-align:center;
}

.video-wrap{ 
	margin-top: 20px; 
	margin-bottom: 20px; 	
  text-align:center;
}
iframe {
  border: none;
}
               
#pdf{ 
	margin-top: 20px; 
  text-align:center;
}

img {
  border: none;
}

#footer {
  position: relative;
	margin-top: 20px; 
	margin-left: 10px; 
	margin-right: 10px; 	
	height: 40px;
	clear:both;
  color: #ffffff;	
} 


#footer A {
  margin-left: 10px;
  text-decoration: none;
  color: #ffffff;	    
}
