body {overflow: hidden; background-color: #EFEFEF;}
#bodie {overflow: hidden;}
#panel_text {overflow: hidden;}
img.a {width: 49%; display: block; position: relative; left: 25%;}
img.b {width: 24%;}
img.c {width: 8%; display: block; position: relative; left: 46%;}
img.single {width: 80%; display: block; margin: 0 auto 0 auto;}

/* Display open door on hover (copy of index.htm) - does not work with IE */
#door img.a {width: 0%; display: block; position: absolute; left: 31%; top: 8%; padding: 22% 18% 6% 18%;}
#door img.a:hover {width: 4%;}
/* Use of visibiliity:invisible/visible does not work at all */

