.background {
	position: relative;
	float: left; 
	margin-bottom: 16px;
	margin-top: 14px;
	padding-bottom: 4px;
	text-align: center;	
	width: 299px;
	background-color: #e6008d;	
	background: #0089fd;

	
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;	
}

	.background img { cursor: pointer; }

	.background a {
		padding: 4px 14px;
		font-weight: normal;
		text-decoration: underline;
		color: #fff;
		font-size: 12px;
	}
	
	.background.spacer {
		margin-left: 12px;
		margin-right: 12px;
	}

p {
	position: relative;
	bottom: 4px;
	text-align: center;	
	color: #444;
}

h1 {
	font-size: 24px;
	text-align: center;
	color: #444;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	padding: 2px 4px;
	color: #eee;
	text-transform: uppercase;
}
