* {
	margin:0px;
	padding:0px;
}
a {
	color:#ff9900;
	text-decoration:none;
}
a:hover {
	color:#99cc00;
	text-decoration:none;
}
html, body, #body {
	height:100%;
}
body {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial;
	font-size:12px;
	color:#333333;
	background:#cbcbcb url(../images/bg.jpg) repeat-x fixed;
}
img {
	border:0;
}
#body {
	background:#cbcbcb url(../images/bg.jpg) repeat-x fixed;
}
#content {
	position:fixed;
	top:0px;
	left:0px;
	width:1px;
	height:1px;
	z-index:15;
	overflow:hidden;
}
.element {
	width:0px;
	height:0px;
	display:none;
	position:absolute;
	z-index:50;
	text-align:center;
}
.clickable {
	cursor:pointer;
}
#helpScroll {
	position:absolute;
	z-index:100;
	display:none;
}
