/*****************************************************************
File name:	index_layout_FF.css
Directory:	f:\MALLS\theintegralcenter\pages\studentpages		
Description:	This page belongs to The Integral Center.  It provides page
				layout classes for the Netscape and Other Browsers home page.	
Contents:		

Work Required:	

Coded by: 	Zachary Smith
Created:	June 8, 2007
****************************************************************/
/*	COLOR KEY:
	FFFFFF	=	white
	000000	=	black
	B1CFC3	=	aqua green
	B4C9CC	=	aqua blue
*/


/* basic elements */
body
{
	margin-left:20%;
	margin-right:20%;
	background-color	:#FFFFFF;
	height				:100%;
	margin-top			:50px;
	margin-bottom		:50px;
	z-index				:10;
}

#bodyDiv /*because IE6 doesn't like to use the width attribute of body*/
{
	width				:800px;
	height				:516px;
	background:url(../RESOURCES/ART/TIC%20logo.jpg);
	/*background-image	:url(http://www.theintegralcenter.com/RESOURCES/ART/TIC logo.jpg);*/
	/*background-repeat	:no-repeat;*/
	background-position	:bottom;
	border				:thick solid #000000;
	z-index				:10;
}
