body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: sans-serif;
	font-size: smaller;
}

img {
	border: 0px;
}

#main {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.8em;
	width: 620px;

}

#content {
	padding: 1em;
	background-color: silver;
	background-image: url('images/bg1.gif');
}

#links {
	padding: 4px;
}

#links a {
	padding: 2px;
	border-bottom: 2px solid white;
}
#links a:hover {
	border-bottom: 2px solid blue;
}

#footer {
	font-size: x-small;
	margin-bottom: 1em;
}
#footer img {
	margin-top: 2px;
}

