@import url(base.css);

/*
body
{
	margin: 20px;
	text-align: left;
}
*/
a {color: #B73DDE; text-decoration: none;}


#growth-chart-menu
{
	margin-bottom: 20px;
}

#growth-chart-menu #menu-links
{
	margin-top: 10px;
}

#growth-chart-menu #menu-links a:visited
{
	color: #999;
}


#container-growth-frame
{
	position: relative;
}	

#growth-bg
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#growth-text
{
	position: absolute;
	
	width: 200px;
	height: 60px;
	left: 120px;
	top: 290px;
	z-index: 2;
}
