/* CSS Document */
/* Leonard Ong */
/* February 2, 2008 */

body {background: rgb(18,55,145) url(images/background.gif); text-align: center; margin: 5px 5px}
	 
a:link, a:visited, a:active {color: white}

#main-box {width: 892px}
#main-box img {float: left}
#main-box a {float: left} 

#links a {height: 47px}
#links a.home {width: 78px; background-image: url(img-buttons/home.gif)}
#links a.home:hover {background-image: url(img-buttons/home-on.gif)}
#links a.info {width: 65px; background-image: url(img-buttons/info.gif)}
#links a.info:hover {background-image: url(img-buttons/info-on.gif)}
#links a.menus {width: 92px; background-image: url(img-buttons/menus.gif)}
#links a.menus:hover {background-image: url(img-buttons/menus-on.gif)}
#links a.shop {width: 75px; background-image: url(img-buttons/shop.gif)}
#links a.shop:hover {background-image: url(img-buttons/shop-on.gif)}
#links a.gallery {width: 97px; background-image: url(img-buttons/gallery.gif)}
#links a.gallery:hover {background-image: url(img-buttons/gallery-on.gif)}

.hiddenPic {display: none}

/*
imageLoader {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(path/to/image1.png);
       background-image: url(path/to/image2.png);
       background-image: url(path/to/image3.png);
       background-image: url(path/to/image4.png);
}
*/
