#vdivider1200px
    {
    position:relative;
    float:left;
    width:2px;
    height:1200px;
    border:0px solid #888;
    float:left;
    }

#vdivider10px
    {
    position:relative;
    float:left;
    width:10px;
    height:10px;
    border:0px solid #888;
    float:left;
    }
    
#vdivider20px
    {
    position:relative;
    float:left;
    width:20px;
    height:10px;
    border:0px solid #888;
    float:left;
    }
    
#vdivider40px
    {
    position:relative;
    float:left;
    width:40px;
    height: 10px;
    float:left;
    }

#vdivider70px
    {
    position:relative;
    float:left;
    width:70px;
    height: 10px;
    border:0px solid #888;
    float:left;
    }
    
#hdivider10px
    {
    position:relative;
    float:left;
    width:10px;
    height:10px;
    border:0px solid #888;
    float:left;
    }
    
#hdivider20px
    {
    position:relative;
    float:left;
    width:10px;
    height:20px;
    border:0px solid #888;
    float:left;
    /*background-color:red;*/
    }
    
#hdivider50px
    {
    position:relative;
    float:left;
    width:10px;
    height:50px;
    border:0px solid #888;
    float:left;
    }
    
#hdivider300px
    {
    position:relative;
    float:left;
    width:10px;
    height:300px;
    border:0px solid #888;
    float:left;
    }