	div#display {
	    height: 530px;
	    width: 470px;
	    background: url(img/display.jpg) no-repeat;
	}
	
	div#points {
	    font-size: 180%;
	    margin: 50px 0;
		padding-left: 110px;
		width: 300px;
	}
	
	div#points li {
	    list-style-image: url(img/circle.jpg);
	}
	
	span#wholesale {
	    color: red;
	    font-size: 90%;
	    margin-top: 25px;
	}