@charset "utf-8";
/* CSS Document */



#container {
	background: url("../images/blue_rapids.jpg") no-repeat center center/cover;  
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
#container p {
	text-align: center;
	vertical-align: baseline;
	color: #f4f4f4;
	font-weight: bold;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif; 
	}
	
#image img {  
  margin: 25px 0 0 15px;
  max-height: 400px; 
  max-width: 392px;
}                   

