@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	background-color: #000;
	background-image: url(../images/caribbean3.jpg);
}
#wrapper {
	position:absolute;
	left:50%;
	top:50%;
	margin:-240px 0 0 -320px;
/*	height: 480px;
	width: 640px;*/
}
.close_window input {
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
	color: #FFF;
	background-color: #C60;
	background-image: url(../images/japanese010.jpg);
	background-position: right top;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	float: right;
	margin-top: 50px;
	margin-right: 150px;
	font-size: 11px;
}
#header {
	font-size: 7px;
	text-align: right;
	float: right;
}
