@charset "utf-8";
/* CSS Document */

.content {
	background-attachment: fixed;
	color: #FFF;
	overflow:auto;
	height: 350px;
	width: 775px;
	background-repeat: repeat;
	margin: 0px;
}
#datagraph {
	width: 755px;
	background-image: url(../images/graph.gif);
	background-repeat: no-repeat;
	height: 336px;
	float: left;
}
Content a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
