td img {
	/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

body {
	background-image: url(../template/bkg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#Container {
	position:relative;
	margin:0px auto;
	width:916px;
	height:545px;
	text-align:left;
}

#LogoDiv {
	position:absolute;
	left:0px;
	top:-0;
	width:240px;
	height:208px;
	z-index:0;
	visibility: visible;
}

