body {background: black; }
#main_page
{
	width: 900px; height: 674px; margin: 20px auto;
	background: url('../img/home-bk.jpg') no-repeat top left #fee;
	position: relative;
}

#main_img
{
	width: 873px; height: 472px; position: relative; top: 117px; left: 27px;
}

#box_about, #box_gallery, #box_store, #box_blog, #box_links
{
	position: absolute;
}

#box_about { width: 173px; height: 121px; top: 400px; left: 68px }
#box_gallery { width: 154px; height: 281px; top: 294px; left: 241px }
#box_blog { width: 156px; height: 137px; top: 423px; left: 430px }
#box_store { width: 157px; height: 137px; top: 378px; left: 587px }
#box_links { width: 99px; height: 93px; top: 486px; left: 744px }

/* GALLERY */

#g_main_page
{
	width: 900px; height: 674px; margin: 20px auto;
	background: url('../img/gallery-bk.jpg') no-repeat top left #fee;
	position: relative;
}

#g_ill, #g_ani, #g_oth{
	position: absolute;
	width: 125px;
	height: 80px;
	left: 60px;
}

#g_ill{
	top: 145px;
}

#g_ani{
	top: 285px;
}

#g_oth{
	top: 415px;
	left: 50px;
}

.g_smbox{
	float: left;
	width: 20px;
	height: 20px;
	background: #000;
	margin-left: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

.clear{
	clear: both;
}

#g_main_box { position: absolute; top: 81px; left: 248px; width: 626px; height: 436px; }
#g_box_home, #g_box_about, #g_box_store, #g_box_blog, #g_box_links { display: block; position: absolute; height: 130px; top: 544px; }

#g_box_home { left: 5px; width: 137px; background: url('../img/gallery-home.gif') no-repeat top left; }
#g_box_home:hover { background: url('../img/gallery-home-a.gif') no-repeat top left; }

#g_box_about { left: 200px; width: 140px; background: url('../img/gallery-about.gif') no-repeat top left; }
#g_box_about:hover { background: url('../img/gallery-about-a.gif') no-repeat top left; }

#g_box_store { left: 390px; width: 135px; background: url('../img/gallery-store.gif') no-repeat top left; }
#g_box_store:hover { background: url('../img/gallery-store-a.gif') no-repeat top left; }

#g_box_blog { left: 571px; width: 139px; background: url('../img/gallery-blog.gif') no-repeat top left; }
#g_box_blog:hover { background: url('../img/gallery-blog-a.gif') no-repeat top left; }

#g_box_links { left: 757px; width: 131px; background: url('../img/gallery-links.gif') no-repeat top left; }
#g_box_links:hover { background: url('../img/gallery-links-a.gif') no-repeat top left; }

/* ABOUT */

#a_main_page
{
	width: 900px; height: 674px; margin: 20px auto;
	background: url('../img/about-bk.jpg') no-repeat top left #fee;
	position: relative;
}

#a_main_box{ position: absolute; top: 106px; left: 493px; width: 328px; height: 344px; overflow-y: auto; overflow-x: hidden; }
#feed_email { position: absolute; left: 545px; top: 465px; width: 253px; height: 20px; }

#a_box_home, #a_box_gallery, #a_box_store, #a_box_blog, #a_box_links { display: block; position: absolute; height: 140px; top: 534px; width: 152px; }

#a_box_home { left: 0px; background: url('../img/about-home.gif') no-repeat top left; }
#a_box_home:hover { background: url('../img/about-home-a.gif') no-repeat top left; }

#a_box_links { left: 193px; background: url('../img/about-links.gif') no-repeat top left; }
#a_box_links:hover { background: url('../img/about-links-a.gif') no-repeat top left; }

#a_box_gallery { left: 377px; background: url('../img/about-gallery.gif') no-repeat top left; }
#a_box_gallery:hover { background: url('../img/about-gallery-a.gif') no-repeat top left; }

#a_box_blog { left: 563px; background: url('../img/about-blog.gif') no-repeat top left; }
#a_box_blog:hover { background: url('../img/about-blog-a.gif') no-repeat top left; }

#a_box_store { left: 748px; background: url('../img/about-store.gif') no-repeat top left; }
#a_box_store:hover { background: url('../img/about-store-a.gif') no-repeat top left; }

/* LINKS */

#l_main_page
{
	width: 900px; height: 674px; margin: 20px auto;
	background: url('../img/links-bk.jpg') no-repeat top left #fee;
	position: relative;
}

#l_main_box{ position: absolute; top: 80px; left: 420px; width: 378px; height: 394px; overflow-y: auto; overflow-x: hidden; font-weight: bold; font-size: 120%;  }
#l_main_box a { color: black; text-decoration: none; margin-left: 30px; margin-top: 10px; }
#l_main_box a:hover { color: #c84436;}

#l_box_home, #l_box_gallery, #l_box_store, #l_box_blog, #l_box_about { display: block; position: absolute; height: 132px; top: 541px; width: 153px; }

#l_box_home { left: 0px; background: url('../img/links-home.gif') no-repeat top left; }
#l_box_home:hover { background: url('../img/links-home-a.gif') no-repeat top left; }

#l_box_about { left: 192px; background: url('../img/links-about.gif') no-repeat top left; }
#l_box_about:hover { background: url('../img/links-about-a.gif') no-repeat top left; }

#l_box_gallery { left: 378px; background: url('../img/links-gallery.gif') no-repeat top left; }
#l_box_gallery:hover { background: url('../img/links-gallery-a.gif') no-repeat top left; }

#l_box_blog { left: 563px; background: url('../img/links-blog.gif') no-repeat top left; }
#l_box_blog:hover { background: url('../img/links-blog-a.gif') no-repeat top left; }

#l_box_store { left: 747px; background: url('../img/links-store.gif') no-repeat top left; }
#l_box_store:hover { background: url('../img/links-store-a.gif') no-repeat top left; }

/* FOOTER */
#footer { margin: 5px auto; color: white; }
#footer p { margin: 0; }
