html {
    height: 100%;
}

body {
    background: #ffffff url('etu600x600gamma.png') no-repeat fixed center;
    height: 100%;
    margin: 0px;
    text-align: center;
}

#outer {
    position: relative;
    height: 100%;
    overflow: visible;
    width: 900px;
    margin: 0px auto;
}
#outer[id] {
    display: table;
    position: static;
}
#middle {
    position: absolute;
    left: 0px;
    top: 50%;
}
#middle[id] {
    display: table-cell;
    vertical-align: middle;
    position: static;
}
#inner {
    position: relative;
    top: -50%;
}
#inner[id] {
    position: static;
}

.content {
    font: bold 12px "Verdana", "Helvetica", sans-serif;
    color: #000000;
}

.small {
    font: 11px "Verdana", "Helvetica", sans-serif;
    color: #000000;
    text-align: justify;
}

.releases {
    font: italic 11px "Verdana", "Helvetica", sans-serif;
    color: #333333;
    text-align: left;
    margin-top: 20px;
    line-height: 2;
}

.contact {
    font: bold 11px "Verdana", "Helvetica", sans-serif;
    color: #333333;
    margin-top: 20px;
    text-align: center;
}

a {
    text-decoration: none;
    color: #333333;
}

.col1 {
    float: left;
    width: 410px;
    margin: 20px;
}

.col2 {
    float: left;
    width: 410px;
    margin: 20px;
}
