html, body {
	margin: 0;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
#container {
	background: #99FF33 url(Toucan.jpg) repeat-y;
	padding: 0 20px 0 320px;
	overflow: auto;
	text-align: center;
}
	.links {margin: 10px 0 20px;}
		.links a {margin: 0 10px;}
				a:link, a:visited {
					color: #3333ff;
					text-decoration: underline;
				}
				a:hover, a:active {color: #f00;}
h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 2.2em;
}
