#graph{

	height: 80%;
	width: 100%;
	position: relative;
	
}

#graphAxes{
	height: 100%;
	width: 75%;
	display: block;
	position: relative;
	margin: auto;
	border-color: #000;
	border-bottom-width: 2px; 
	border-left-width: 2px; 

    border-bottom-style: solid;
    border-left-style: solid;
	
}
#yAxisTitle{
	position: absolute;
	left: 5%;
	background-color: #fff;
	width: 5%;
	
}


#xAxisTitle{
	position: absolute;
	right: 5%;
	background-color: #fff;
	width: 5%;

	
}