<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body { margin:0px; padding:0px; text-align:center; background: #FFFFFF; }
body, div, th, td, form, hr { color: #646363; font-family: Helvetica; font-size: 12px; }
p { font-family: Helvetica; font-size: 11px; }

#main_container {
	width: 800px;
	height: 580px;
	margin: 0px;
	padding: 0px;
	background: url(../images/main.jpg) no-repeat;
}

#content {
	float: left;
	width: 590px;
	height: auto;
	margin-left: 190px;
	margin-top: 90px;
	padding: 0px;
	background: #ffffff;
	overflow: auto;
}

#taart_container {
	float: left;
	width: 550px;
	height: auto;
	padding: 0px;
	margin-left: 5px;
	margin-top: 10px;
	border: 1px solid #cccccc;
	}

#countrydivcontainer {
	width: 565px;
	height: 470px;
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: left;
	overflow: auto;
	}

#taart_desc {
	float: left;
	width: 350px;
	height: auto;
	margin-top: 5px;
	text-align: center;
	}

#footer {
	float: left;
	width: 590px;
	height: 30px;
	margin-left: 210px;
	padding-top: 5px;
	background: #ffffff;
}

div.img
  {
  margin: 3px;
  border: 1px solid #cccccc;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
</pre></body></html>