body {
	margin: 0;
	padding: 0;
	background: #99FF00 url(images/img01.jpg) repeat-y top center;   /* #6699FF */
	font-size: 18px;
	color: #000000;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

a {
	color: #FF0099;
}

#page {
	width: 900px;
	margin: 0 auto;
text-align:center;	
}