﻿body {
	margin:20px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family:Trebuchet MS;
}
	
#Content {
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}
	
#Generator {
	padding:20px;
	border:1px solid #333;
	background-color:#eee;
}
	
h4 {
	font-style:italic;
	color:#999;
	margin-bottom:0;
}

.Popup {
	margin:20px;
}

.PopupHeader {
	background-image:url('images/helpgradient.png');
	background-repeat:repeat-x;
	color:#333;
}

img {
	border:0;
}