@charset "utf-8";
/* CSS Document */



body {
	background-color:#c5c5c5 !important;
}


* {
margin:0;
padding:0;
}

html, body {
height: 100%;
width: 100%;
}

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

#Stage {
	margin: 0 auto;
	position: relative;
	height: 400px;
	width: 1100px;
	clear: left;
}



