body{
/*width: 800px;*/
margin:0; /* this conrols the body from the top corner to bottom from spacing from touching of the page */
padding:0;
/*padding-left:50%;*/
/* margin-left: 15%;  this centers the page and this is the work around for IE Because "AUTO" doesnt work for IE However this will still allow the the page to stretch in IE */
/* margin-right: 15%;  this centers the page and this is the work around for IE Because "AUTO" doesnt work for IE However this will still allow the the page to stretch in IE */
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
background-attachment: fixed;
 background-image: url(shades_images/space_bg.gif);
 /* background-repeat: repeat-x; */
}

div.image_hallway{
position: absolute;
left: 250px;
/* width: 30%; */
top: 250px; /* 80 pixels from the top */
}

