/* CSS Document */

BODY {
	color:#000000;
	background-color: #000000;
	
}

#gray_box
{
	position: absolute;
	background-image:url(gray_box.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom:34px;
	width: 710px;
	height: 507px;
	padding-left:10px;
	padding-top:30px;
			 }
  
