/* This is the background of the page where there is no image. */
body.mainPage { background-color: #707987; }

/* This is the background of the page loaded into the iframe. */
body.framePage { background-color: #9999cc; }

/* The positions of the mouseover images */
#hoh { position: absolute; left: 347px; top: 717px; width: 385px; height: 63px; }
#quests { position: absolute; left: 45px; top: 171px; width: 138px; height: 48px; }
#lozGame { position: absolute; left: 45px; top: 219px; width: 138px; height: 18px; }
#aolGame { position: absolute; left: 45px; top: 237px; width: 138px; height: 15px; }
#lttpGame { position: absolute; left: 45px; top: 252px; width: 138px; height: 17px; }
#laGame { position: absolute; left: 45px; top: 269px; width: 138px; height: 19px; }
#travel { position: absolute; left: 45px; top: 288px; width: 138px; height: 18px; }
#gallery { position: absolute; left: 45px; top: 306px; width: 138px; height: 46px; }
#art { position: absolute; left: 45px; top: 352px; width: 138px; height: 17px; }
#museum { position: absolute; left: 45px; top: 369px; width: 138px; height: 34px; }
#library { position: absolute; left: 45px; top: 403px; width: 138px; height: 43px; }
#publications { position: absolute; left: 45px; top: 446px; width: 138px; height: 16px; }
#media { position: absolute; left: 45px; top: 462px; width: 138px; height: 32px; }
#forest { position: absolute; left: 45px; top: 494px; width: 138px; height: 39px; }
#enter { position: absolute; left: 45px; top: 533px; width: 138px; height: 18px; }


/* The actual mouseover images */
#hohImage { background-image: url("hoh.png"); }
#questsImage { background-image: url("quests.jpg"); }
#lozGameImage { background-image: url("lozgame.jpg"); }
#aolGameImage { background-image: url("aolgame.jpg"); }
#lttpGameImage { background-image: url("lttpgame.jpg"); }
#laGameImage { background-image: url("lagame.jpg"); }
#travelImage { background-image: url("travel.jpg"); }
#galleryImage { background-image: url("gallery.jpg"); }
#artImage { background-image: url("art.jpg"); }
#museumImage { background-image: url("museum.jpg"); }
#libraryImage { background-image: url("library.jpg"); }
#publicationsImage { background-image: url("publications.jpg"); }
#mediaImage { background-image: url("media.jpg"); }
#forestImage { background-image: url("forest.jpg"); }
#enterImage { background-image: url("enter.jpg"); }



/* This fills in the background image of the theme */
.mainPage #page { background-image: url("bg.jpg"); }
