html, body {
/*hide ie scrollbar*/
overflow: auto;
}

body {
	background-color:#77ffdd;
	font-family: "Lucida Sans","Lucida Grande", Lucida, sans-serif;
	font-size: 0.9em;
	color: 222222;
	line-height: 16px;
	margin:0; padding:0;
	}

.textmiddle {vertical-align:middle;}

A{text-decoration:none;font-weight:bold;}
A:link {color:#0033ff;}
A:visited{color:#0033ff;}
A:hover{color:#ff0033;}

div#screen {
/*container*/
	width: 100%;
	height: 100%;
	min-width: 750px;
	min-height: 450px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
	}

div#copyright {
	position: absolute;
	top: 90%;
	left: 10px;
	font-size: 0.8em;
}


/*HOME PAGE DIVS*/

div#meanwhiletext {
/*border: 10px blue solid;*/
	width: 25%;
	position: absolute;
	top: 10px;
	left: 25%;
	height:50px;
	z-index: 9;
	font-size: 0.8em;
	line-height: 10px;
	}
	
div#hair {
	/*border: 10px red solid;*/
	width: 50%;
	height: 50%;
	position: absolute;
	top: 18%;
	left: 12%;
	z-index: 2;
	}

div#hairtext {
	position: relative;
	top: -180px;
	left: - 10px;
	font-size: 1em;
	color: 225522;
}


div#eye {
/*border: 10px red solid;*/
	width: 45%;
	height: 50%;
	position: absolute;
	top: 10%;
	left: 50%;
	z-index: 4;
	}
	
	
div#linktext {
/*border: 10px blue solid;*/
	width: 20%;
	height: 20%;
	position: relative;
	top: 48%;
	left: 75%;
	z-index: 5;
	text-align: right;
	color: 225522;
	}
	

div#mouth {
/*border: 10px red solid;*/
	width: 35%;
	height: 15%;
	position: absolute;
	top: 60%;
	left: 45%;
	z-index: 1;
	}
	
div#overtype {
	width: 33%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	overflow:hidden;
	font-size: 3.7em;
	color: 222222;
	}


/*HAUXWELL SCREENS*/
	
div#hxscreen {
	width: 100%;
	height: 100%;
	min-width: 750px;
	min-height: 450px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
	background-color:#f4f1e8;
	}
	
	
div#hxtext {
/*border: 10px red solid;*/
	width: 40%;
	/*height: 15%;*/
	position: absolute;
	top: 60%;
	left: 45%;

	z-index: 1;
	}
	
div#hxphoto {

	height:100%
	width: 100%;

}


