@charset "utf-8";
#wrapper {
	height: 1100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper #maintext {
	position: absolute;
	width: 600px;
	left: 25px;
	top: 250px;
}
#wrapper #solargaurd {
	position: absolute;
	height: 80px;
	width: 150px;
	top: 250px;
	right: 50px;
}
#wrapper #van {
	position: absolute;
	height: 150px;
	width: 200px;
	top: 400px;
	right: 50px;
}
#wrapper #van2 {
	position: absolute;
	height: 150px;
	width: 200px;
	top: 600px;
	right: 50px;
}
