#emptyBasket {
	width: 629px;
	height: 480px;
	background: url(../images/crowded_around_empty_basket.jpg) no-repeat 120px 10px;
}

#theMessage {
	width: 190px;
	position: relative;
	top: 40px;
	left: 20px;
}

#theMessage h2 {
	margin-bottom: 10px;
	font-size: 120%;
}

#theMessage p {
	margin-bottom: 7px;
}

#creditCardComponent {
	position: relative;
	top: 250px;
	left: 20px;
}

