@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
h1, h3 {
	text-align:center;
	color:	#06F;
}
img.left {
	float:left;
	margin-right:10px;
}
.banner {
	font-size:130%;
}
#cell1, #cell1:hover {
	width: 118px;
	height: 160px;
	clear: left;
	float:none;
	margin-bottom:2em;
}
#cell1 {
	background-image: url(../images/portal.jpg);
}
#cell1:hover {
	background-position:0 -160px; /* Apply Sprite*/
}
#door {
	clear:left;
	position:absolute;
	top:1040px;
	margin-left:600px;
}
#doorstate {
	display:none;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#3F0;
	font-size:24px;
	position:absolute;
	width:243px;
	top:1040px;
	margin-left:560px;
}
