body {
    background-color: #000;
    font-family: Arial, sans;
    font-size: 11pt;
}

div.mover {
    position: absolute;
    border: 1px solid #444;
    background: #222;
    color: #eee;
    width: 340px;
    max-height: 500px;
    overflow: auto;
    margin: 5px;
    cursor: move;
    opacity:.75;
}

div.mainContainer {
    margin: 0 auto;
    width: 800px;
}

div.mainHeaderImg {
    margin: 0 auto;
    width: 504px;
}

div.mainLinks {
    clear: left;
    height: 80px;
    overflow: hidden;
}

div.mainContent {
    background: url("img/mainContentBkg.jpg") no-repeat;
    width: 800px;
    height: 349px;
    display: block;
    padding-top: 25px;
}

div.mainNews {
    display: block;
    color: white;
}

div.mainPerformances {
    display: none;
    color: white;
    overflow: auto;
    max-height: 275px;
    width: 560px;
}

div.mainStore {
    display: none;
    color: white;
}

div.mainAbout {
    display: none;
    color: white;
    overflow: auto;
    height: 275px;
    width: 560px;
}

div.mainAbout img {
    float: left;
    margin-right: 10px;
    border: 1px solid #222;
}

div.left {
    float: left;
}

p.spacing {
    padding: 10px;
}

.headline {
    font-weight: bold;
    font-size: 14pt;
    margin: 5px;
    padding: 5px;
    padding-bottom: 0px;
    border-bottom: 1px solid #3c3c3c;
}

a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
