body
{
	margin: 0 auto;
	padding: 0px;
	text-align:center;
	position: relative;
	}

#page
{
	margin: 0 auto; /* This isn't suported by IE as far as I know. So I used text body {text-align:center;} up above, don't know if that will effect too much else. Geh, I think this is why I always used absolute positioning, tables, and image maps. I hate IE*/
	padding: 0px;
	width: 1090px;
	height: 780px;
	text-align: left;}

#frame
{ position:relative;
left:194px;
top:148px;	/*okay, that's not working in IE either... */
	}

iframe#iframe
{
	width: 702px;
	height: 444px;
}

/* This makes all of the mouseover image-links fill their containers and be automatically invisible. */
.mouseover { width: 100%; height: 100%; visibility: hidden; background-repeat: no-repeat; }

/* This makes all of the mouseover image-links fill their containers and be automatically invisible. */
.placeholder { width: 0px; height: 0px; position: relative; }