#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */  

body {
	background-color: #f5f5f5;
	background-attachment: fixed;
	background-image: url(/img/main_bkg_grey_test.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	background-image: url(/img/grey_bkg.png);
}
#frameborderbottom {
	background-image: url(/img/main_bkg_bot_grey.jpg);
}

#easyTooltip{
	padding:3px;
	border:1px solid #fff;
	background:#4b4b4b;
	font-size:10px;
	color: #FFF;
	background-image:url(/img/tooltip_bkg_dark.png);
	background-position:top;
	background-repeat:repeat-x;
		z-index: 2;
	
	}
	
