#boxcontent {
    height:600px;
}
    #boxdistributors {
        position:absolute;
        top:135px;
        left:10px;
        height:400px;
    }
        #boxdistributorstitle {
            width:480px;
            height:30px;
            background-color:white;
            background-image:url('../images/distributorstitlebg.gif');
            background-repeat:no-repeat;
        }
            #boxdistributorstitle h2 {
                font-size:10px;
                text-indent:-5000px;
            }
        #distributors {
            position:absolute;
            top:40px;
            width:480px;
            font-family:tahoma,sans-serif;
            font-size:12px;
            color:#000099;
        }
            #distributors div {
                margin:0px 10px;
            }
                #distributors div h3{
                    margin:0px;
                    padding:0px 0px 10px 0px;
                    font-size:12px;
                    color:#000099;
                }
                #distributors div address{
                    font-size:12px;
                    color:#000099;
                    font-style:normal;
                }
            #distributors #traffic {
                margin: 0px;
                float: left;
            }
                #boxusa {
                    float: left;
                }
                #boxcanada {
                    float: right;
                }
    #boximg1 {
        position:absolute;
        top:135px;
        left:500px;
        width:260px;
        height:200px;
        background-color:silver;
    }
