.soffer{
	width: 360px;
	height: 575px;
	background-image: url(gifs/offer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 40px ;
	float: left;
	margin: 10px 0 0 10px;
}
#buym{
	background-color: #FF9966;
	height: 40px;
	font-size: 26px;
	color: Black;
	text-align: center;
	width: 360px;
	padding-top: 5px; 
}
#linkb{
	width: 280px;
	margin: 50px 0 0 20px;
	padding: 20px;
	background-color: #ADD8E6;
	border: 1px solid black;
	font-size: 26px;
	color: Black;
}
#linkb a:link, #linkb a:visited{
	text-decoration: none;
	font-size: 16px;
	color: Blue;
	font-weight: bold;
}
#linkb a:hover{
	text-decoration: underline;
	color: #00008B;
}