HTML { height:100%; }
BODY { background:#fefdf8; height:100%; overflow:hidden; font-size:11px; }

.wrapper { width:100%; height:100%; }
.wrapper TD { text-align:center; vertical-align:middle; }

#logo { float:left; margin:0 18px 200px 0; user-select:none; -moz-user-select:none; -webkit-user-select:none; }
#background { cursor:pointer; border:none; user-select:none; -moz-user-select:none; -webkit-user-select:none; }
#overlay { background-color:#A64E43; }
#support { background-color:#FEFDF8; border:1px solid white; padding:14px 12px 0 14px; line-height:1.2em;
           border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;
           font-family:Lucida Grande,Lucida Sans Unicode,Lucida Sans,Verdana,Helvetica,Arial,Sans-Serif; 
           color:#AF625A;
           box-shadow:0 0 2em #A64E43; -moz-box-shadow:0 0 3em #A64E43; -webkit-box-shadow:0 0 2em #A64E43; }
#support DIV { margin-bottom:0.8em; display:block; }
#support DIV.first { margin-top:8px; }
#support .links { margin-top:16px; }
UL { margin-top:2px; } 
LI { padding-left:4px; }
A, A:link { color:#AF625A; }
.links { margin-right:10px; }
.cover { float:right; margin-left:6px; }

