div.wrax {
width:100%;
height:100%;
overflow:auto;
}

img.bg {
min-height:100%;
min-width:1024px;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:0;
}

#mis {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
color:#fff;
font-family:'palatino linotype', palatino;
font-weight:400;
text-align:left;
text-shadow:0 1px 0 #000;
z-index:10;
}

#mis .description {
position:relative;
width:580px;
left:50%;
margin-left:-290px;
}

#mis .description h1 {
font-size:32px;
}

#mis .description .warning {
color:red;
}

#mis .description .link,#mis .description a {
font-size:22px;
color:#fff;
text-decoration:underline;
}

#mis .description .footer,#mis .description .footer a {
font-size:10px;
}

@media screen and max-width 1024px {
img.bg {
left:50%;
margin-left:-512px;
}
}