<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>perryf new document title</title>
</head>
<body>
<p>body { 	position: relative; } div { 	background-color: pink; 	height: 200px; 	width: 200px; 	display: inline-block; 	position: absolute; 	border-radius: 200px }  p { 	text-align: center; 	font-family: courier; 	font-size: 20px; }  #container { 	background-color: transparent; 	padding: none; 	margin: none; 	position: relative; 	width: 100%; 	height: 1000px; }  #moreCircles { 	border-radius: 0; 	height: 120px; 	width: 200px; 	background-color: green; }  #moreCircles:hover { 	box-shadow: 0 0 20px black;  } .small { 	font-size: 12px; }</p>
</body>
</html>