@charset "utf-8";
@import "left.css";
@import "right.css";
@import "shop.css";

/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
	position: absolute;
	width: 1000px;
	height: 650px;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -325px;
	border: 1px solid #000;
	background: url(../IMG/bg.png) repeat;
	z-index: 1;
}

#message_window{
	display: none;
	width: 350px;
	height: 100px;
	border: 2px solid #900;
	background-color: #FFF;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -50px;
	position: absolute;
	z-index: 3;
}

html>body #message_window{
	height: auto;
	min-height: 100px;
}

#message_window img{
	text-align: center;
}

#hider{
	display: none;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -325px;
	position: absolute;
	z-index: 2;
	height: 650px;
	width: 1000px;
	background-color: #CCC;
	filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;	
}