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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainscreen {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	left: 0;
	top: 0;
}
#imagination {
	position:absolute;
	width:2500px;
	z-index:0;
	left: -3000px;
	top: 0;
	height: 100%;
	font-size: 8px;
}
#conclusion {
	position:absolute;
	width:500px;
	height:400px;
	z-index:0;
	left: -3000px;
}