body, html {
	background-color: #000;
	background-image: url(../images/wood.jpg);
	background-repeat: repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	font-size: 12px;
	text-align: center;
}
img {
	border: none;
}
#wrapper {
	width: 320px;
	margin: 0;
}
#header {
	width: 320px;
	height: 126px;
}
#menu {
	width: 320px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#menu ul {
	width: 240px;
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
}
#menu li {
	background: url(../images/button.png) top left no-repeat;
}
#content {
	background: url(../images/paper.jpg) top left repeat;
	border: 8px solid #fff;
	padding: 20px;
	margin: 10px;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 14px;
}
a {
	color: #fff;
}
