@charset "utf-8";

.bgSample {
	background: url(images/bg.gif) left bottom no-repeat;
	width: 600px;
}
	.bgSample .content {
		background: url(images/bg2.gif) right bottom no-repeat;
		padding: 10px 15px;
	}

	.bgSample h2 {
		background: url(images/title2.gif) right top no-repeat;
		margin-bottom: 0;
		height: 26px;
	}

	.bgSample .txt {
		margin-bottom: 1em;
	}
