/* --------------------------------------
Created: Tuesday, August 30, 2011
Modified: Thursday, September 01, 2011
-------------------------------------- */


/* ------------------------------
Body Redefine Tag
------------------------------ */
html { 
	overflow: hidden;
	background-color: #778BB8;
}



/* ------------------------------
Header Image
------------------------------ */
#header {
        position: absolute;
        top: 60px;
        left: 307px;
        z-index: 2;
}



/* ------------------------------
Navigation
------------------------------ */
#navigate {
        position: absolute;
        top: 60px;
        left: 67px;
	width: 230px;
	height: 410px;
        z-index: 2;
}


/* --------------------------
Placement of Eyes Image
-------------------------- */
#eyes {
        position: absolute;
        top: 60px;
        left: 67px;
}


/* --------------------------
Placement of Asleep Image
-------------------------- */
#asleep {
        position: absolute;
        top: 210px;
        left: 67px;
}


/* ------------------------------
Main Background
------------------------------ */
#main {
        position: absolute;
        top: 210px;
        left: 307px;
	width: 650px;
	height: 410px;
        z-index: 2;
	background-color: #778BB8;
}

p.scrollText {
        position: absolute;
        top: 210px;
        left: 307px;
	width: 650px;
	height: 410px;
        z-index: 2;
	overflow: scroll;
}
