body {
	background-color:black;
}

div#wrapper {
	width:500px;
	margin:auto;
	padding:1px;
	background-color:white;
	border:1px solid #000099;
}

h1 {
	margin:0px;
	padding:0px;
}

div#desc {
	width:400px;
	margin:auto;
	margin-top:1em;
}
div#desc p {
	margin:0.2em 0px;
	padding:0px;
}

div#close {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
div#close a {
	margin:auto;
	display:block;
	background-image:url(/image/about_facilities/wi-close.gif);
	width:82px;
	height:24px;
	text-indent:-1000px;
}

div#seat-top {
	color:white; 
	text-align:center; 
	background-color:#000066; 
	width:100%; 
	height:35px; 
	border:0px; 
	padding-top:10px;
}


@media screen and (max-width: 640px) {

	table{
		width: 100% !important;
	}
	table img{
		width: 100% !important;
		height: auto !important;
	}
	div a img{
		display: none;
	}

}

