@charset "utf-8";
.twoColFixLtHdr #container {
	background-image: url(/images/home/shop.jpg);
	background-repeat: no-repeat;
	background-position: center 220px;
	background-color: #000000;
}
.twoColFixLtHdr #mainContent_home {
	margin: 0 10px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px;
	position: relative;
}
.twoColFixLtHdr #thankyou_lansing {
	margin: 550px 0 0 0;
}
.twoColFixLtHdr #container #footer {
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
}
.twoColFixLtHdr #sidebar1 div.button {
	position: relative;
}
.twoColFixLtHdr #sidebar1 div.button div {
	position: absolute;
	z-index: 1000;
	margin: -100px 0 0 200px;
	padding-top: 35px;
	color: #FFFFFF;
	width: 600px;
	height: 150px;
	background-image: url(/images/home/bubble.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twoColFixLtHdr #sidebar1 div.button div a {
    color: #FFFFFF;
}