#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/pink_bkg.png);
}
#frameborderbottom {
	background-image: url(/img/main_bkg_bot_pink2.png);
}
#easyTooltip{
	padding:3px;
	border:1px solid #fff;
	background:#ee3135;
	font-size:10px;
	color: #FFF;
	background-image:url(/img/tooltip_bkg.png);
	background-position:top;
	background-repeat:repeat-x;
	z-index: 2;
	}

