body {
	background-color: rgb(0,0,0);
	color: rgb(255,220,160);
	margin: 0em 1em 0em 1em;
}
a:link { color: rgb(255,200,80); }
a:visited { color: rgb(196,150,30); }

#main {
	list-style-type: circle;
}
#logo {
	align: center;
}
#menu {
	position: relative;
	top: 32px;
	left: 128px;
}
#copyright {
	position: absolute;
	right: 16px;
	bottom: 6px;
	color: rgb(196,150,30);
}

