body {
    background: black;
    color: white;
    font-family: Papyrus, AppleGothic, MgOpen Modata, Franklin Gothic Medium;
}

h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 0px;
}

h2 {
    margin-top: 5px;
    margin-bottom: 2px;
}

a {
    color: white;
    text-decoration: none;
}

#outer_container {
    text-align: center;
}

#container {
    text-align: center;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.column {
    float: left;
    margin-right: 10px;
    width: 230px;
}

#primary_image {
    text-align: center;
    opacity: 0.1;
    filter: Alpha(Opacity=10);
}

#photo_credit {
    display: block;
    font-size: 12px;
    margin-left: 692px;
}

#primary_video {
    text-align: center;
}

#mp3_player {
    text-align: center;
    margin-left: 22px;
}

#download {
    text-align: center;
}

#download a {
    display: block;
}

#info {
    text-align: center;
}

.text {
    font-size: 70%;
}

input {
    width: 100px;
    font-size: 70%;
    margin-top: 3px;
}

#subscribe {
    padding: 2px;
}

#shows_old {
    clear: both;
    text-align: center;
    margin-left: -150px;
}

#shows {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.show {
    display: block;
}

.flyer {
    font-size: 70%;
}	

#thanks_message {
    display: none;
    position: absolute;
    width: 200px;
    height: 70px;
    border: 3px solid black;
    background: white;
    color: black;
    top: 450px;
    left: 600px;
}

.message {
    display: block;
    font-weight: bold;
}
