@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	
}
#header h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	margin-top: 30px;
	margin-left:30px;
}
#wrapper{
	width:900px;
	height:630px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: 636px 78px;
	margin-left:auto;
	margin-right:auto;
}
#container {
	position:absolute;
}
#tipMar {
	background-image: url(../images/march1982.png);
	height: 156px;
	width: 181px;
	position: relative;
	left: 356px;
	top: 235px;
	z-index: 5000;
	
}
#tipDec {
	background-image: url(../images/dec1988.png);
	height: 156px;
	width: 181px;
	position: relative;
	left: 356px;
	top: 235px;
	z-index: 5001;
}
#tipFeb {
	background-image: url(../images/feb2009.png);
	height: 145px;
	width: 181px;
	position: relative;
	left: 356px;
	top: 235px;
	z-index: 5002;
}
#tipSept {
	background-image: url(../images/sept.png);
	height: 145px;
	width: 214px;
	position: relative;
	left: 356px;
	top: 163px;
	z-index: 5003;
}
.toolTipsPI{
	display: none;
}
#wrapper #legendSP500 {
	position: relative;
	left: 8px;
	width: 210px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}


