
    body {
        background-image: url('images/livebg7.png');
        background-repeat: repeat; 
    }
     .box {
            background-color: darkgrey;
            width: 200px;
            padding: 10px;
            margin: 30px;
            border:dotted blue;
            border-width: thin;
        }
             .boxheader {
            background-color: white;
            padding: 20px;
            margin: 30px;
            border: darkgrey dotted;
            border-width: thin;
        }
        .float {
          background-color: white;
          padding: 5px;
          margin: 100px;
          width: 125px;
          position: fixed;
  top: 110;
  left: 0;
        }
        


  .sidebar {
    margin: 0 auto;
    
    width: 180px;
    margin-left:28px;
    height: 700px;
    float: left;




}

      .sidebarlinks {
       padding: 15px;
       background-color: white;

       line-height: 20px;
       border: dotted 1px black;


}


        

