body {
	margin:0px;
	padding:0px;
	text-align:center;/* To get container centered in IE */
	background-color:#cccccc;
}

div.Container {
	margin:auto; /* To get container centered in FF */
	width:842px;
	height:616px;
	background-image:url('background.gif');
	background-repeat:no-repeat;
	text-align:left;
}

div.Text {
	position:relative;
	top:145px;
	left:20px;
	width:512px;
	height:275px;
	padding:20px;
}

/* IE6 adjustments */
* html div.Text {
	top:160px;
	width:550px;
	height:275px;
}

p {
	color:#000;
	font:9pt verdana, sans-serif;
	line-height:25px;
	text-align:justify;
}

a, a:visited {
	font-weight:bold;
	color:#003399;
	text-decoration:none;
}

a:hover, a:visited:hover {
	font-weight:bold;
	color:#003399;
	text-decoration:underline;
}
