body {
	background-color: #000;
	color: #FFF;
	font-family: Arial
}

a {
	color: #999;
	text-decoration: none
}

img {
	border-width: 0px
}

#header {
	text-align: center
}

#menu {
	position: absolute;
	top: 125px;
	left: 20px;
	list-style-image: url(../images/ball.gif)
}

#menu a {
	color: #FFF;
	font-size: small
}

#content {
	position: absolute;
	top: 125px;
	left: 200px
}

#footer {
	position: absolute;
	bottom: 20px;
	left: 200px;
	font-size: x-small
}
