@charset "UTF-8";
/* CSS Document */

#gray {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:1000px;
	background-color:#000000;
	background:url(images/2008/sixtyper.png);
	background-repeat:repeat;
	z-index:100000;
	visibility:hidden;
}
#graycontent {
	position:absolute;
	width:435px;
	height:520px;
	top:200px;
	left:250px;
	background-color:#000000;
	border: 2px  solid #82C3E0;
	padding:5px;
}