@import url("reset.css");
body {
 background-image:url('splash3.jpg');
  background-repeat:no-repeat;
 background-color: #005289;
color: rgb(255, 255, 255);
font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    font-size: 10pt;
    line-height: normal;
}

a { 
color: #ec2706
}

#count {
position: absolute;
left: 335px;
top: 160px;
width: 250px;
height: 200px;
z-index: 1;
}

#display {
position: absolute;
padding: 20px;
left: 199px;
top: 150px;
width: 582px;
min-height: 850px;
height: auto !important;
height: 850px;
background: url(images/boxbg.jpg) repeat-y;
z-index: 6;
}

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
