* { 
	padding: 0px;
	margin: 0px;
	font-family: arial;
	background-repeat: no-repeat;
}

body {
	padding: 20px;
	text-align: center;
}

div.holder {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.title {
	font-size: 28px;
	color: #555555;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

div.msg {
	font-size: 22px;
	font-style: italic;
	color: #777777;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.button {
	display: block;
	width: 620px;
	height: 120px;
	text-indent: -5000px;
	margin-bottom: 20px;
}

.button-small {
	display: block;
	width: 620px;
	height: 60px;
	background-position: 155px 0px;
	text-indent: -5000px;
	margin-bottom: 20px;
}

.button-september2010 {
	background-image: url('september2010.gif');
}
.button-july2010 {
	background-image: url('july2010.gif');
}
.button-july2009 {
	background-image: url('july2009.gif');
}
.button-june2009 {
	background-image: url('june2009.gif');
}
.button-september2008 {
	background-image: url('september2008.gif');
}

.button-small-september2010 {
	background-image: url('september2010-small.gif');
}
.button-small-july2010 {
	background-image: url('july2010-small.gif');
}
.button-small-july2009 {
	background-image: url('july2009-small.gif');
}
.button-small-june2009 {
	background-image: url('june2009-small.gif');
}
.button-small-september2008 {
	background-image: url('september2008-small.gif');
}
