* {
margin:0;
}
html, body {
background-color:#253954;
height:99%;
margin-bottom:1px;
}
form {
height: 100%;
}

body,td,a {
color:#fff;
font-family:"Verdana";
margin:0;
overflow:auto;
padding:0;
text-align:center;
font-size:15px;
text-decoration:none;
font-weight:bold;
}

td {
overflow:hidden;
}

pre {
font-family:"Verdana";
}

table {
border-collapse:collapse;
}

img {
border:none;
}

.clear {
clear:both;
}

.container {
margin:0 auto;
width:590px;
height:100%;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -16px;
}
.push {
height:16px;
}

div#footer {
height:16px;
font-size:12px;
font-weight:normal;
}
div#footer a {
font-size:12px;
text-decoration:underline;
}
div#footer a:hover {
text-decoration:none;
}

.splash {
margin:0 auto;
margin-bottom:40px;
padding-top:100px;
width:590px;
height:415px;
background:url(splash.png) center bottom no-repeat;
behavior:url(iepngfix.htc);
}

.languages {
margin:0 auto;
width:482px; /*500px - padding*/
height:80px;
padding-left:9px;
padding-right:9px;
background:url(languages.png) center bottom no-repeat;
behavior:url(iepngfix.htc);
}

.sl, .en, .it, .de, .fr, .es {
float:left;
margin-top:19px;
margin-left:8px;
margin-right:8px;
background-repeat:no-repeat;
}
.sl a, .en a, .it a, .de a, .fr a, .es a {
width:64px;
height:42px;
display:block;
behavior:url(iepngfix.htc);
cursor:pointer;
}

.sl a { background-image:url(flag-sl.png); }
.en a { background-image:url(flag-uk.png); }
.it a { background-image:url(flag-it.png); }
.de a { background-image:url(flag-de.png); }
.fr a { background-image:url(flag-fr.png); }
.es a { background-image:url(flag-es.png); }
