
div#options > div{
	background-position:right center;
	background-size:contain;
}
span.splash{
	background-image:url(img/dot.png);
	background-position:left center;
	background-repeat:repeat-x;
}
div.onfire h3{
	height:20px;
	line-height: 20px;
	padding-top:20px;
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:0px;
	text-indent:60px;
}

body.medium div#options > div{
	background-position: right 100px;
	background-size:contain;
	width: 500px;
	margin:0;padding: 0;
}

body.medium div#options > div h3{
	height:40px;
	margin-top:10px;
	margin-left:0px;
	padding-top:0px;
}


body.medium div#options div.onfire h3{
	background-size:45px 36px;
	text-indent:54px;
	background-position:left -2px;
	line-height: 42px;

}
body.medium div#options > div div.text{

	margin: 0;

}