html, body {
height: 100%;
margin:0;
padding:0;
/*text-align: center;*/
background-image: url(bg.jpg);
vertical-align:middle;
min-height: 100%;
}
table {
min-height: 100%;
height: 100%;
margin: auto 0;
vertical-align:middle;
z-index: 1;
}
#whitespace {
padding: 10px;
background: #ffffff;
width: 482px; /*-------------------------> Bildbreite + 10 */
text-align: center;
z-index:1;
height: 315px;
}
#purpleBorder {
background: #29004A;
boarder: 10px #29004A;
padding: 10px;
width: 502px; /*-------------------------> Bildbreite + 30 */
z-index:1;
}
#table {
background-image: url(bg.png);
background-position: right;
background-repeat: repeat-y;
}
#txt {
margin-top: 280px; /*-------------------------> Hochformat: 455px, Querformat: 280px*/
margin-left: -40px;
}
img {
border: 0;
}