<!--
div.bkg1 {
	width: 359px;
	height: 359px;
	background-color: #000000;
	background: url(/ericcraigstudios.com/_img/main/loading.gif);
	background-repeat: no-repeat;
	}

div.bkg2 {
	width: 359px;
	height: 359px;
	background-color: #FFFFFF;
	background: url(/ericcraigstudios.com/_img/main/loading.jpg);
	background-repeat: no-repeat;
	}

div.fade {
	width: 359px;
	height: 359px;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-khtml-opacity: 0.0;
	-moz-opacity: 0.0;
	opacity: 0.0;
	}

-->