

#background_circle{
  position: absolute;
  z-index: -9;

	width: 700px;
	height: 700px;

	border-radius: 350px;
	border: solid black 3px;



	background-color: transparent;

}