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

