/*Molten Art CSS - Non-IE browsers*/
/*				  */
/*It would be a good idea to fix  */
/*this up for IE as well.	  */

/*The following is shared by all pages*/
body {
	margin:0px; padding:0px;
	background-color:#11090a;
	font-family:Arial, Helvetica, sans-serif;
	min-height:900px;
}
#home_logo { position:absolute; top:9px; left:433px; }
#top_links { position:absolute; top:77px; left:100px; }
#outside_bg {
	background:url(home_images/bg.jpg) #000000;
	min-height:900px;
}

/*The following is specific to the home page*/
#project_title { position:absolute; font-size:40; width:240px; top:144px; left:121px; }
#project_description { position:absolute; font-size:18; width:240px; top:300px; left:121px; }
#project_arrows { position:absolute; top:428px; left:812px; }
#gallery_pre1 { position:absolute; top:573px; left:149px; }
#gallery_pre2 { position:absolute; top:683px; left:149px; }
#library_pre { position:absolute; top:584px; left:626px; }
#projects {
	position:absolute; top:149px; left:430px;
}
#home_fg {
	background:url(home_images/home.jpg) no-repeat;
	min-height:900px;
	width:1200px;
	position:relative;
}

/*The following is specific to the about page*/
#about_main { position:absolute; font-size:14; width:503; top:243; left:197; }
#contacts_panel { position:absolute; font-size:14; width:152; top:283; left:807; }
#about_fg {
	background:url(about_images/about.jpg) no-repeat;
	min-height:900px;
	width:1200px;
	position:relative;
}
#about_side { position:absolute; font-size:14; top:280; left:835; }

/*The following is specific to the gallery page*/
#gallery_title { position:absolute; font-size:40; top:120px; left:131px; }
#gallery_image { position:absolute; font-size:40; top:235px; left:147px; }
#gallery_arrows { position:absolute; font-size:40; top:725px; left:135px; }
#gallery_links { position:absolute; font-size:40; top:705px; left:221px; }
#gallery_fg {
	background:url(gallery_images/gallery.jpg) no-repeat;
	min-height:900px;
	width:1200px;
	position:relative;
}

/*The following is specific to the library page*/
#library_title { position:absolute; font-size:40; top:120px; left:131px; }
#library_text { overflow:auto; position:absolute; font-size:40; top:235px; left:147px; height:424px; width:829px; }
#library_arrows { position:absolute; font-size:40; top:725px; left:135px; }
#library_links { position:absolute; font-size:12; top:706px; left:225; }
#library_fg {
	background:url(library_images/library.jpg) no-repeat;
	min-height:900px;
	width:1200px;
	position:relative;
}

