@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background:#000;
}
#container{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}
#container *{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}