@charset "utf-8";

/* [ IMPORT's ] */
@import url("reset.css");

/* [ Global ] */
html, body {
	height:100%;
}

body{ 
	background: #000;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size:12px;
	color:#666;
}
/* [ Position Global ] */

div#distance{ 
	width:1px;
	height:50%;
	margin-bottom:-200px;
	float:left;
}

div#global{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:550px;
	height:400px;
	clear:left;
}