body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: black;
}
#page {
    position: relative;
    width: 960px;
    height: 500px;
    margin: 50px auto 0px auto;
    background: url(../images/billboard.jpg) 0 0 no-repeat;
}
#page-event {
    position: relative;
    width: 960px;
    height: 500px;
    margin: 30px auto 0px auto;
    background: url(../images/billboard.jpg) 0 0 no-repeat;
}
#banner {
    position: relative;
    width: 960px;
    height: 80px;
    margin: 30px auto 0px auto;
    padding: 0;
}
#banner a {
    position: absolute;
    width: 960px;
    height: 80px;
    left: 0px;
    top: 0px;
    background: url(../images/event-banner.gif) 0 0 no-repeat;
}
h1, h2, p, 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;
}

#subscribe-and-links { 
	position: relative; 
	width: 960px; 
	height: 80px;
	margin: 30px auto 0px auto; 
	text-align: left; 
}
#ktq-link { 
	display: block; 
	position: absolute; 
	width: 150px; height: 22px; top: 10px; left:810px; 
}
#join { position: absolute; top: 0px; left: 0px; }
#subscribe-name, #subscribe-email { display: block; position: absolute; box-sizing: border-box; -moz-box-sizing: border-box; margin: 0; padding: 2; border: 0; width: 180px; height: 20px; background-color: #FFFFFF; font-size:13px; font-family: "lucida grande", "lucida sans", sans-serif; }
#subscribe-name.focus, #subscribe-email.focus { background-color: white; }
#subscribe-name { top: 20px; left: 0px; }
#subscribe-name-label { display: block; position: absolute; top: 40px; left: 0px; }
#subscribe-email { top: 20px; left: 190px; }
#subscribe-email-label { display: block; position: absolute; top: 40px; left: 190px; }
#subscribe-button { display: block; position: absolute; width: 54px; height: 20px; top: 21px; left: 380px; }


