html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
	background: url(../image/bg_lith.gif) top repeat-x #348be9;
}
#text {
	width: 500px;
	margin: 20px;
}
#text-wide {
  width: 720px;
  margin: 20px;
}
img {
	border: none;
}
p {
	font-size: 0.8em;
}
a {
	color: #003366;
	font-weight: bold;
}
#text ul li {
	font-size: 0.8em;
}