body {font-family: verdana;
font-size: 14px;
background-image:url('img/background2.png');
background-repeat:repeat-x;
background-color: #79b714;
}

h1 {text-align: center;
	}

#container {margin: 130px auto;
	background-color: #FFF;
	width: 800px;
	height: 500px;
	-moz-border-radius: 15px;
	border-radius: 15px;}
	
img#title {margin: 50px auto auto 70px;
	}
	
#logos {width: 70%;
	margin: 0 auto;
	}
	
  #logos a {
    display: flex;
    justify-content: center;
    }
	
img#right {
  float: right;
	margin-top: 15px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  text-decoration: none; 
  border: 0px
	}
img#right:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

p#text {text-align: center;
	width: 400px;
	margin: 0 auto;
	z-index: 10;
	color: #833f00;
	font-weight: bold;
	}
	
p#bottom {text-align: center;
	width: 400px;
	margin: 230px auto;
	z-index: 100;
	color: #833f00;
	font-weight: bold;
	position: relative;
	font-size: 11px;
	color: #969696;
	}