* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%; height: 100%;    
}

body {
    position: relative;
    font-family: Arial;
}

.wrapper {
    width: 100%;
    height: 100%;
    position:relative;
}

.wrapper.one .table { display:table; width:100%; height:100%; }

.wrapper.one .td { display:table-cell; vertical-align:middle; height:100%; text-align: center; }

.wrapper.one span { position:relative; display:block; width:50%; margin:auto; text-align:center; //top:expression( this.parentNode.offsetHeight/2 - this.offsetHeight/2 ); /* IE 6,7*/ }

.container {
    width: 500px;
    position: relative;
    margin: 0 auto;
    font-size: 20pt;
    vertical-align: middle;
}
.error {
    font-size: 60pt;
    color: #FFF;
    background-color: #630019;
    float: left;
    padding: 30px;
}

.link {
    font-size: 14pt;
    color: #FF020D;
}
