body {
    background: #fff;
    margin: 0px;
    height: 100%;
}
div#maincont {
    _position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 600px;
    display: table;
    background: red;
    overflow: hidden;
}
div#center {
    _position: absolute;
    _top: 50%;
    _left: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
div#iecenter {
    _position: relative;
    _top: -50%;
    _left: -50%;
    text-align: center;
    background: blue;
}
img.title {
    margin-bottom: 10px;
}
img.flag {
    margin-left: 5px;
    margin-right: 5px;
    border: 0px;
}
img#center {
    display: block;
    margin: 0px auto;
}
span.bottomtext {
}
a {
    text-decoration: none;
    color: #44f;
}
table {
    border: 0px;
    width: 100%;
    height: 100%;
}
td {
    text-align: center;
}
