@charset "utf-8";
html, body{
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url(../images/background.png);
}
#wrapper{
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url(../images/background.png);
}
div#qTip {
 padding: 3px;
 width:600px;
 border: 1px solid #666;
 display: none;
 background: #ff9900;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

contentpaneopenecotip a:link, a:hover; a:visited {font: bold;}
