@charset "utf-8";
@import "style.css";

header {
  background-image: url(img/iai_header.jpg);
  background-position: center center;
  background-size: 100% auto;
	background-repeat: no-repeat;
  height:200px;

}

.description div p{
  padding: 20px 40px;
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
}

.description img{
  width: 80%;
  max-width: 700px;
}

.description .img-des{
  text-align: center;
}
