a:visited { color: #0000ff}
a:active { color: #0000ff}
a:hover { color: #0000ff}

body {
margin: 0;
padding: 0;
font-family:"Trebuchet MS";
font-size:12px;
	background-image: url('bg-grey.gif');
	background-repeat: y-repeat;
}
#header {
	width: 100%;
	height: 130px;
	padding: 10px;
	background-image: url('bgfade.gif');
	background-repeat: x-repeat;
	background-position: 50% 0%;
	color: #e5e5e5;
}
#main {
	position: absolute;
	width: 800px;
	padding: 10px;
	left: 50%;
	margin-left: -400px;
	background-color: #fff;
}
h1,h2,h3,h4 {
	margin-bottom: 0px;
	margin-top: 20px;
}
h1 {
	font-size: 36px;
}

