body
{
	margin: 0 auto;
}

#kimono
{
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	background:#000000;/* url(images/black-70.png);*/
	z-index:999;
}

#close{
	position: relative;
	margin-top: -30px;
	padding-bottom: 17px;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	cursor: pointer;
	background:url(images/close.jpg) no-repeat right top;
	height:11px;
}

#window
{
	position:absolute;
	text-align: center;
	background-color: #E9E9E9;
	border: 12px solid #FFFFFF;
	z-index:1000;
}

