/* B360 Site - Demo */

body {
	background-color: #fff;
}

#animtool {
	width: 300px;
	height: 264px;
}

#animarea {
	width: 300px;			
	height: 264px;                  /* actual area where object exists and can be moved */
}

#animtool img {
	display: inline;
	padding: 0px 2px 0px 2px;
}

#navarea {
	width: 300px;
	top: 0px;
	height: 32px;
}


#hslayer {
	width: 300px;			/* FF (correct) sizing */
	height: 264px;                  /* currently the default size of the window minus nav area height minus top */
	left: 0px;
	top: 0px;
	position: absolute;
}

#imgload {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

