
/* Default body properties */
body {

	background-color:#000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px; 
	margin-bottom:0px; }


div#homePanel {
	position:relative;
	top:0px;
	left:0px;
	width:430px;
	height:285px;
}

div#invizDiv {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:0;
}

div#locationImage {
	position:absolute;
	top:0px;
	left:0px;
	width:430px;
	height:285px;
	background-image:url("../img/homePanel.gif");
	background-repeat:no-repeat;
	z-index:0;
	
}


div#locationContainer {
	position:absolute;
	top:235px;
	height:30px;
	width:250px;
	left:100px;
	z-index:1;	

}


div#location0 {
	position:absolute;
	width:120px;
	height:29px;
	left:0px;
	background-image:url("../img/location0g.gif");
	background-repeat:no-repeat;
	background-position:center;

}

div#location1 {
	position:absolute;
	width:145px;
	height:29px;
	left:135px;
	background-image:url("../img/location1g.gif");
	background-repeat:no-repeat;
	background-position:center;

}



div#homeText {
	position:absolute;
	top:310px;
	left:80px;
	font-family: Arial,Tahoma,Verdana;
	font-size:7pt;
	color:#5E5E5E;
	letter-spacing:1px;
}