
/* Main wrappers */

body {
    background-color : #000;
    color : #777;
    font-family : "Verdana","Arial","Helvetica","sans-serif";
    font-size : 12px;
    word-spacing:1px;
    letter-spacing:1px;
}

div#super_wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* IE fix */ text-align: center;
}

div#content_wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
}

#content_holder {
    width: 100%;
    height: 600px;
    /* ie fix */ text-align: center;
    position: relative;
    overflow:hidden;
}

#flash_content {
    padding-top:150px;
    padding-right:30px;
    height: 400px;
}

a {
    font-family : "Verdana","Arial","Helvetica","sans-serif";
    color: #bbb;
    font-size : 10px;
    text-decoration: none;
}
a:active, a:visited, a:link {
    color: #777;
}
a:hover {
    text-decoration: underline;
    color: #fff;
}
a img {
    border: 0 none;
}
a.gallery {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 75px;
    padding-left: 200px;
}
