* {
 border-style: none;
 font-family: Tahoma, "Lucida Grande", Verdana, Arial, sans-serif;
}
body {
	background: url(images/bgtile.jpg);
	background-repeat: repeat;
	background-color: #342e28;
	margin-left: 0px;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
}
:focus {
	outline: none;
}
div#bubble {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-image: url(images/iconset_01_r_bg.png);
	background-repeat:no-repeat;
	background-position:top right;
}
div#symbol {
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background: none;
}
div#symbol img#p1 {
	margin-left: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 70px;
}
div#symbol img#p2 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 70px;
}
div#symbol img#p3 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 24px;
}
body,td,th {
	font-size: x-small;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.bubbleInfo {
    position: relative;
}
.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}