#page { position: absolute; width: 800px; height: 300px; top: 50%; left: 50%; z-index: 100; margin-top: -200px; margin-left: -400px; }
html,body,#pic,#pic table,#pic td,#container{ background-image: url(images/start/back.gif); width:100%; height:100%; overflow:hidden; }
#pic div{
position:absolute;
width:200%;
height:200%;
top:-50%;
left:-50%;
}
#pic td{
vertical-align:middle;
text-align:center;
}
#pic img{
min-height:50%;
min-width:50%;
margin:0 auto;
}
a, a:link, a:visited, a:active {
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
font-size: 13px; 
text-decoration:none; 
color: #c10000;
}
a:hover{ color:#850000; text-decoration: underline; }
.clear{
font-size:0px;
clear:both;
}