body {
	background-color:#B6B1A7;
	overflow:hidden;
	cursor:default;
	margin:0px;
}

img {
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
}

.headerBar {
	background-color:#191919;
	text-align:center;
	width:100%;
	padding-top:5px;
	padding-bottom:1px;
}

.footerBar {
	background-color:#191919;
	font-family:'Trebuchet MS';
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
	text-align:center;
	width:100%;
	bottom:0px;
	position:fixed;
	padding-top:13px;
	padding-bottom:13px;
}

.footerBar a:link {
	color:#CCCCCC;
	text-decoration:none;
}

.footerBar a:hover {
	color:#D9E021;
}

.tooltip {
	font-family:'Trebuchet MS';
	text-align:center;
	width:20px;
	height:20px;
}

.tooltip.bottom {
	background-image:url(../images/tooltip/tooltip_bottom.png);
	font-size:14px;
	font-weight:bold;
	color:#191919;
	width:142px;
	height:38px;
	padding-top:37px;
}

.tooltip.top {
	background-image:url(../images/tooltip/tooltip_top.png);
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	width:210px;
	height:77px;
	padding-top:45px;
	margin-top:15px;
}

#bgImage {
	position:absolute;
	z-index:-1;
}

