    body {
        margin: 0;
        font-size: 18px;
      	font-family: Helvetica;
        background: #FFFFFF;
        color: #FFFFFF;
    }
    
    .container {
        position: absolute;
        width: 100%;
    }

    body[orient="profile"] .container {
        height: auto;
    }
    
    body[orient="landscape"] .container {
        height: auto;
    }
    
    
    .toolbar   { font-weight: bold; font-size: 18px; background-repeat: repeat-x; text-align: center; padding: 0px 0; position: absolute; width: 100%; height: 32px; text-shadow: #3F4E63 0px -1px 1px }
    
    .toolbartext {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        text-shadow: #3F4E63 0px -1px 1px;
    }

   body[orient="landscape"] .toolbar {
        font-size: 18px;
    }
   body[orient="profile"] .toolbar {
        font-size: 18px;
    }

    .anchorTop {
        top: 0;
    }

    .anchorBottom {
        border-top: 1px solid #000000;
        padding-bottom: 9px;
        bottom: 0;
    }

    .center  { background-color: #ffffff; position: absolute; top: 106px }

    body[orient="landscape"] .center  { background-color: #ffffff; top: 106px; width: 100% }
    
    body[orient="profile"] .center  { background-color: #ffffff; top: 106px; width: 100% }
    
    .item    { color: #000000; background: white url(iphonearrow.gif) no-repeat right center; text-align: left; padding: 8px 32px 8px 8px; border-bottom: 1px solid #e0e0e0 }
 a:hover  { color: maroon; text-decoration: none }
a:link  { color: black; text-decoration: none }
a:visited  { color: black; text-decoration: none }
.cntdown { color: silver; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

