
HTML {
	width: 100%;
	height: 100%;
}

BODY {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
	min-width: 686px;
	min-height: 511px;
}

IMG#pagebg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

BODY {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.aligner {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	position: relative;
}

.aligner2 {
	display: table-cell;
/*	position: relative; */
	text-align: center;
	vertical-align: middle;
}

.aligner3 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#mom-window {
	width: 686px;
	height: 511px;
	background: url(images/mom.png);
/*border: 1px solid purple; */
}

.eyelid {
	background: url(images/MOM_eyelid.png);
	width: 123px;
	height: 123px;
	position: absolute;
	top: 80px;
	display: none;
}

#eyelid1 {
	left: 190px;
}

#eyelid2 {
	left: 376px;
}

#address {
	position: absolute;
	left: 30px;
	top: 28px;
}

#footer {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
}

#close_button {
	width: 22px;
	height: 21px;
	background: url(images/xbutton_up.png);
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

#close_button:hover {
	background: url(images/xbutton_over.png);
}

#question_phase, #answer_phase {
	position: absolute;
	top: 220px;
	left: 20px;
	width: 646px;
	height: 240px;
	overflow: hidden;
/*border: 1px solid orange; */
}


#brand {
	background: url(images/brand.png);
	width: 181px;
	height: 28px;
	position: relative;
	/*top: 250px; */
	margin: 0px auto;
}

#answer_phase {
	display: none;
}

#loading {
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

#textBar {
	width: 475px;
	height: 42px;
/*	margin: 10px auto 0px auto; */
	left: 50px;
	margin-top: 5px;
	position: absolute;
/*	top: 250px; */
}

#textBarTop {
	background: url(images/textBar_top.png) no-repeat bottom center;
	height: 13px;
}

#textBarMiddle {
	background: url(images/textBar_middle.png) repeat-y center center;
	padding: 0px 15px;
	min-height: 16px;
	text-align: left;
}

#textBarBottom {
	background: url(images/textBar_bottom.png) no-repeat bottom center;
	height: 13px;
}

#askButton {
	position: absolute;
	right: 40px;
	margin-top: 13px;
}

.hoverable {
	cursor: pointer;
}


#theAnswer {
	height: 100%;
}

#console-window {
	background: url(images/popup.png) no-repeat center center;
	width: 512px;
	height: 382px;
	color: #00d800;
	display: none;
        margin: auto auto auto auto;
        position: relative;
	text-align: left;
}

#console-content {
	position: absolute;
	top: 44px;
	left: 24px;
	width: 470px;
	height: 316px;
	font-family: monospace;
	font-size: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-base-color: #00ff00;
	scrollbar-arrow-color: #00A700;
	white-space: pre;
/*	background-color: red; */
}

#theinput {
}
