body
	{
	background-color: #ddeeff;
	}
#outer
	{
	position: absolute;
	top: 33%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	}

#inner
	{
	padding: 5px;
	background-color: #9ea0ff;
	border-radius: 15px;
	width: 250px;
	height: 100px;
	overflow: visible;
	margin-left: -125px;  /***  width / 2   ***/
	position: absolute;
	top: -50px;          /***  height / 2   ***/
	left: 50%;
	}
