@charset "iso-8859-1";
@import url("style.css");

#content {
	position: relative; /* Should be declared to gain control of stacking order (z-index), but makes ie6 choke on style switch */
	top: 0;
	left: 0;
	margin: 120px 120px 0 120px;
	z-index: 4;
}
/*#content>table{} not understood by ie*/
#content table#main {
	width: 100%;
}
