body{
	background-color: #3a3c3d;
}
div.sblock{
	width: 960px;
	height: 550px;
	background-image: url('./images/img.jpg');
	background-repeat: no-repeat;
}
div.stxt{
	position: relative;
	float: left;
	width: 960px;
	height: 550px;
	background-image: url('./images/txt.png');
	background-repeat: no-repeat;
}
div.buttons{
	position: absolute;
	right: 5px;
	bottom: 15px;
}
div.buttons a.purchase {
	display: block;
	float: left;
	width: 165px;
	height: 53px;
	overflow: hidden;
	background-image: url('../common/purchase.png');
	background-repeat: no-repeat;
	margin-right: 5px;
}
div.buttons a.continue {
	display: block;
	float: left;
	width: 165px;
	height: 53px;
	overflow: hidden;
	background-image: url('../common/continue.png');
	background-repeat: no-repeat;
	margin-right: 0px;
}

div.buttons a:hover{
	background-position: 0 -53px;
}