body {
	background-color: #ffffff;
	background-image: url('/gfx/goodwater.jpg');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: #000000;
	font-family: tahoma, sans-serif;
	font-size: 0.7em;
}

div#boxCard {
	position: absolute;
	top: 40%;
	left: 0px;
	text-align: center;
	width: 100%;
}

div#boxContent {
	position: absolute;
	bottom: 5px;
	left: 5px;
	border: 1px solid #cccccc;
}

div#boxBuble {
	position: absolute;
	top: 30px;
	left: 95px;
	height: 115px;
	width: 100px;
}

div#boxBuble:hover {
	background-image: url('/gfx/buble_fire.png');
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

div#boxQuote {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px;
}

th {
	padding: 0px 3px 2px 3px;
	text-align: left;
}

td {
	width: 33%;
}

abbr {
	cursor: help;
}

img {
	border: none;
}
