@charset "utf-8";

* {
margin: 0;
border: 0;
padding: 0;
outline: none;
}

html {
font-size: 100%;
height: 100%;
}

body  {
height: 100%;
}

#espositore {
width: 800px;
height: 100%;
margin: 0 auto;
}

body>#espositore {
height: auto;
min-height: 100%;
}

#espositore img  {
height: 80px;
}