/*  
Theme Name: Planetarium BAR. ver1.0
Theme URI: http://www.planetarium-bar.jp/
Description: Created by <a href="http://www.planetarium-bar.jp/">プラネタリウムBAR</a>.
Version: 1.0
Author: Planetarium BAR.
Author URI: http://www.planetarium-bar.jp/
*/

/* BASE */
html, body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000000;
	}

#box{
	width: 600px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -300px;
	text-align: left;
	}
