body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family:sans-serif;
	font-style:normal;
	}

#indhold {
	padding:15;
	width:600px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border:1px solid #333;
	background-color:#eee;
	}

TABLE {
width:100%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:5px;
	border:0px solid #333;
	background-color:#eee;
	}
TD {
	padding-right:0;
	padding-left:0;

}
IMG {
	margin:0;
padding-left:0;
}
