body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: black;
}
#page {
    position: relative;
    width: 960px;
    height: 500px;
    margin: 60px auto 0px auto;
    text-align: left;
    color: white;
    font-family: helvetica, arial, san-serif;
    font-size: 13px;
    line-height: 18px;
    background: url(../images/billboard-event.jpg) 0 0 no-repeat;
}
h1 {
	font-size: 48px;
	line-height: 42px;
	margin: 0px;
	margin-bottom: 6px;
}
h2 {
	font-size: 22px;
	line-height: 32px;
	margin: 0px;
}
p {
	width: 400px;
}
div {
	margin-bottom: 10px;
}
.reader-discount {
	font-weight: bold;
	color: #d12c2f;
}
#date {
	margin-top: 20px;
}
#address {
	margin-bottom: 30px;
}
h3 {
	font-size: 16px;
	line-height: 26px;
	margin: 0px;
	margin-bottom: 8px;
}
#tickets {
	margin-top: 12px;
	margin-bottom: 0px;
}
a {
	color: #d12c2f;
}
a span {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
}
#donate-button {
    width: 232px;
    height: 42px;
    left: 698px;
    top: 420px;
}
#donate-button a {
    display: block;
    width: 232px;
    height: 42px;
    background: url(../images/donate-button.gif) 0 0 no-repeat;
}
#donate-button a:hover {
    background-position: 0 -42px;
}
#logo {
    position: relative;
    width: 960px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
}
#logo a {
    position: absolute;
    width: 150px;
    height: 22px;
    left: 0px;
    top: 13px;
    background: url(../images/kartemquin-films.gif) 0 0 no-repeat;
}

