﻿    .wellwidth
    {
        width: 300px;
        height: 200px;
        float:left;
        margin-left: 20px;
        position:relative;
    }
    
     .wellmain
    {
        width: 660px;
    }
      
    .bottom
    {
        position:absolute; 
        bottom: 40px;
        text-align:center;
        margin:auto;
        width: 300px;
    }
    
    .clear
    {
        clear:both;
    }
    
    .number
    {
        font-size: 18px;
    }
    
