.menu
        {
        float:left;
        width:40%;
        height: auto;
        overflow:clip;
        }

.main
        {
        float:left;
        width:60%;
        height: auto;
        overflow:clip;
        }
.under
        {
        float:left;
        width:100%;
        height: auto;


        }
div.counter
        {
        color:#0000FF;
        float:right;
        }
div.center
        {
        text-align:center;
        
        }

hr.dot
        {
        clear:none;
        color:#CC33CC;
        border-style:dashed;
        border-width: 1px;
        }
