@charset "UTF-8";
/* CSS Document */

body {
	background: #336633
	}


#container {
margin:0 auto;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("art/forestlife-960.png");
	
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner
{
     margin: 0 auto;
     width: 520px; 
     height: 520px; 
}