html, body {
 background-color: #fcfcfc;
 color: black;
 font-family: Helvetica, Arial, sans-serif;
 
 background-image: url('filigranne.png');
 background-repeat: no-repeat;
 background-position: 98% 95%;
 background-attachment: fixed;
}

table {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 border-collapse: collapse;
 !text-align: center;
}

a {
 text-decoration: none;
}

td {
 border: 1px solid black;
 padding: 6px;
 line-height: 24px;
}

.thumbnail {
 display: block;
 float: left;
 width: 16px;
 height: 16px;
 margin-top: 2px;
}

.version {
 display: block;
 padding-left: 20px;
}

#maincont {
 width: 800px;
 min-height: 600px;
 !height: 600px; /* IE5/6 */
 background-color: white;
 margin-left: auto;
 margin-right: auto;
 !text-align: center;
 border: 1px solid #202020;
 padding: 12px 12px 12px 12px;
}

#mainheader {
 background-color: #3050d0;
 color: white;
 font-family: Impact, Lucida Sans Console, Lucida Sans, sans-serif;
 font-size: 64px;
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 !text-align: center;
 border: 1px solid #202020;
 border-bottom: 0;
 padding: 12px 12px 12px 12px;
 margin-top: 32px;
}

.center {
 display: block;
 margin: 4px;
 margin-left: auto;
 margin-right: auto;
 text-align: center; /* IE5/6 */
}

p {
 line-height: 24px;
 margin-left: 24px;
 margin-right: 24px;
}