html {
height: 100%;
}
body {
width: 700px;
color: #666666;
height: 100%;
margin: 0px auto;
background-color: #FFFFFF;
}

address {
font-size: 12px;
text-align: center;
padding: 20px;
font-family: Arial, Helvetica, sans-serif;
position: absolute;
margin-top: 215px;
top: 50%;
bottom: 50%;
width: 660px;
}
address a:link, address a:visited {
color: #666666;
}
address a:hover, address a:active {
color: #FFFFFF;
background-color: #666666;
}

#block {
font-family: Arial, Helvetica, sans-serif;
height: 500px;
margin-top: -280px;
margin-bottom: -220px;
padding: 0 125px;
position: absolute;
top: 50%;
bottom: 50%;
width: 450px;
}
#block .flash {
margin-bottom: 20px;
}
#block p {
font-size: 75%;
line-height: 1.5;
text-align: center;
}
#block .skip {
font-size: 87.5%;
font-weight: bold;
padding: 10px;
}
#block a:link, #block a:visited {
color: #0033CC;
}
#block a:hover, #block a:active {
color: #6699FF;
}
