@charset "utf-8";
/* CSS Document */

body  {
	background-image: url('../img/bountiful.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0; 
	background-size: cover;
}
div#content2 {
    width: 70%;
    margin: 10% auto 0px auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px;
    border-radius: 20px;
}