@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body{
	background:#333333;
}

#container{
	width:800px;
	height:550px;
	margin:20px auto 0 auto;
}

#close{
	width:800px;
	margin:0;
	text-align:center;
}
