body {
	text-align: center;
	margin: 0;
	background: #333 url(background.png) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body#home {
	background-image: none;
}

#links {
	width: 400px;
	margin: 0 auto;
}

#links li {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#links li.disabled, #links li a {
	display: block;
	float: left;
	padding: 1em 10px;
	width: 100px;
	margin: 10px;
}

#links li.disabled {
	background-color: #3b3b3b;
	color: #545454;
}

#links li a {
	background-color: #575757;
	color: #dadada;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#links li a:hover {
	background-color: #767676;
	color: #fff;
}

a img {
	border: none;
}

h2 {
	color: #ffc;
}

#content {
	width: 435px;
	margin: 0 auto;
	background: url(roundedBox.png) no-repeat;
	height: 390px;
}

#content ul {
	text-align: left;
	list-style-type: none;
	padding: 1em 4em;
	margin: 0;
	line-height: 2em;
}

#content ul a {
	color: #d6d7af;
	font-size: 110%;
	text-decoration: none;
}