
body {
  font-family: "Comic Sans MS", "Comic Sans";
  background-color: #E6E6FA;
}
#container {
  position: relative;
}
.introImage {
  width: 100%;
  height: 100%;
  position: relative;
}
.mainImageClass {
  width: 100%;
  height: 100%;
  position: relative;
}
.images {
 	width: 100%;
	left: -100%;
	position: absolute;
}

#objectList {height: 100%; width:100%; font-size: 0;}
#left, #middle, #right {display: inline-block; *display: inline; zoom: 1; vertical-align: top; font-size: 12px;}
#left {width: 33%; background: #66ffff;}
#middle {width: 33%; background: white;}
#right {width: 33%; background: white;}

#textBox {
	text-align: center;
}