body, html {
	background-color: #93c;
	color: #fff;
	cursor: default;
	font: 22px Georgia;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

body {
	background-image: url(img/buzan.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#bbox {
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	top: 20%;
	position: relative;
	width: 630px;
}

.pb {
	cursor: pointer;
	float: left;
	height: 20px;
	margin: 5px;
	padding: 10px;
	padding-top: 120px;
	width: 180px;
}

.pb a, .wb a {
	color: #000;
}

.pb a:hover, .wb a:hover {
	text-decoration: none;
}

.wb {
	cursor: pointer;
	float: left;
	height: 20px;
	margin: 5px;
	padding: 10px;
	padding-top: 120px;
	width: 600px;
}

#links {
	color: #fff;
	font: 12px Verdana;
	padding: 5px;
	text-align: left;
}

#links a {
	color: #fc0;
}

#intro {
	display: none;
}
