/* Default media */
body {
  font: 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", Sans-Serif;
  width: 100%;
  padding:0;
}

.wrapper {
        background: #ffffff;
        text-align: center;
	margin: 0;

        width:100%;
        height:auto;
        min-width:693px;
}

main {

  background: white;
  height: 90%;
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  resize: both;
  overflow: auto;
}

footer{

}
#footer-info {
        width:100%;
	float: left;
	background: #ffffff;
}

#footer-info2 {
        width:100%;
	float: left;
	margin-top: 10px;
}

img {
    border-style: none;
}

img.part{ 
    display:block;
    margin: auto;
    width: 60px;
    height: 60px;
    float:left;
}
img.part2{ 
    width: 60px;
    height: 60px;
    margin: auto;
}
img.logo{

    margin: auto; 
    width: 288px;
    height: 300px;

}
img.part3{ 
    width: 693px;
    height: 59px;
    margin: auto;
}
.clear {
	clear: both;
}