/* CSS Document - index */

/* ALEXANDER PARKER - Industrial Design */
/* Alexander Parker © 2006 */

/* This document details the layout specifics for the index.html document aka the homepage */

/********************************************************************************/
/* Master Div - Holds Everything */
#IndexImage{
	width:760px;
	height:405px;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-top:0px;
	background-image:  url("../images/index/creusetindex.jpg");
	margin-left:auto;
	margin-right:auto;
	border-style:none;
	}
	
#IndexText{
	width:240px;
	height:auto;
	position:absolute;
	overflow:auto;
	text-align:left;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border-style:none;
	left:61px;
	top:90px;
	*top:96px; /* IE only reads this - lowers text to more suitable level from welcome title */
	}
/* End of Master Div */
