/* 
------------------------------------------------------------------------------------------
       Styles rules for the home page to made the "shadow effect"
------------------------------------------------------------------------------------------
*/

#wrapperShadow {
background: url(../images/homebox_shadow.png) no-repeat;
	background-repeat:no-repeat;
	position:relative;
	width:807px; 
	height:615px; 
	margin: 0 auto; //center wrapper on screen horizontally
	z-index:0
}

#wrapperExternal {
	background-image:url(../images/homebox.gif);
	background-repeat:no-repeat;
	/*	background-color:#00FF00; */
	position:relative;
	top: 10px;
	left: 5px;
	width:797px; 
	height:605px; 
	margin: 0 auto; //center wrapper on screen horizontally
	z-index:1;
}


/* 
------------------------------------------------------------------------------------------
   Home content area style for DIV absolutes
------------------------------------------------------------------------------------------
*/

#miniContentArea {
	position:absolute;
	left:96px;
	top:412px;
	width:196px;
	height:73px;
	z-index:5;
	overflow: hidden;
}

#mainContentArea {
	position:absolute; 
	left:10px; 
	top:10px; 
	width:45px; 
	height:52px; z-index:4
}


