body {
	margin: 10px 120px 10px 10px;
	background-color: #000;
	background-image: url(../images/bassingfront.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #eef;
	font-family: verdana, arial, sans serif;
}

h1 {
	font-size: 150%;
}

#menu {
	background-color: #eef;
	color: #111;
	font-size: 80%;
	border: 2px dotted #669;
	padding: 5px;
	margin: 80px auto;
	width: 235px;
}

#buttons {
	margin: 0;
	padding: 0;
}

#buttons li {
	list-style-type: none;
}

.button {
	text-align: center;
	background-color: #669;
	color: #ccf;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin: 2px 0px 2px 0px;
	border: 2px solid #fff;
	border-bottom-color: #336;
	border-right-color: #336;
	width: 230px;
}

a {
	text-decoration: none;
	color: #ccf;
}

a:hover {
	color: #fff;
}
