html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #D8D3C1;
	text-align : center;
}

div.container {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	text-align: left;
	position: relative;
	background-image: url(images/nav_globalmid.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div.overlay {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 40px;
	top: 120px;
	z-index: 95;
	width: 340px;
}

P {
	font-family: Arial;
	font-size: 12px;
	color: #607C97;
}

.small {
	font-size: 10px;
	line-height: 100%;
}

.headline {
	font-size: 20px;
	color: #355269;
	line-height: 135%;
}

A:link {
	color: #D05C00;
	text-decoration: underline;
}

A:visited {
	color: #D05C00;
	text-decoration: underline;
}

A:hover {
	color: #E9AF76;
	text-decoration: none;
}

A:active {
	color: #D05C00;
	text-decoration: underline;
}