@charset "UTF-8";
.banner_table_cell {
    width: 74px;
    height: 67px;
}
body {
    color: #B4B4B4;
    background-color: #000;
    background-image: url(../images/background_fractal.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
#banner_table {
    cellpadding: 9px;
    cellspacing: 0px;
    width: 100%;
    border: 0px;
    font-weight: bold;
    color: #507294;
    text-decoration: none;
    margin: 0px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    font-family: poiret-one, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 64px;
    vertical-align: text-bottom;
}
#content {
    position: relative;
    margin: 0;
    font-family: Raleway, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 24px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 96px;
    height: 496px;
    width: 720px;
    text-align: center;
    top: 69px;
}
