@charset "utf-8";
#wrapper {
	height: 700px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper #maintext {
	position: absolute;
	width: 400px;
	left: 200px;
	top: 350px;
	background-image: url(../Images/Main/main/coupon.gif);
	height: 400px;
}
#wrapper #solargaurd {
	position: absolute;
	height: 80px;
	width: 150px;
	top: 250px;
	right: 50px;
}
#wrapper #specials {
	position: absolute;
	width: 600px;
	top: 275px;
	right: 225px;
}
#wrapper #maintext #text {
	position: absolute;
	width: 300px;
	top: 50px;
	right: 50px;
}

