body {
	background-color: #CCC;
	background-image: url(background.png);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #222;
	line-height: 1.2em;
	text-align: center;
	min-width:900px;
	margin: 0 auto;
}
h1 {
	font-size: 135%;
	color: #222;
	line-height: 1.3em;
	text-align: left;
}
h2 {
	font-size: 125%;
	color: #222;
	line-height: 1.0em;
}
h4 {
	font-size: 90%;
	color: #222;
	line-height: 0em;
}
a {
	text-decoration: none;
	color: #C00;
}
#text a:hover {
	text-decoration: none;
	color: #fff;
}