Ciao ragazzi ho un problema con questo css..

Il problema sta nella parte attinente a due colonne nella parte "content".. il problema sta che mi interrompe la prosecuzione dello sfondo del "contenitore".. come posso risolvere?

Grazie

codice:
html{
            height: 100%;
        }
        body{
          margin: 0px;
          padding: 0px;
          font: normal normal normal 12px/18px Arial, Helvetica, sans-serif;
        }
        a{
          text-decoration: none;
          color: #CCCCCC
        }

        #login{
          display: none;
          height: 100px;
          background: #000000;
          color: white;
        }
        #login .testo{
            margin: 0 auto;
            width: 950px
        }

        #contenitore{
          margin: 0px;
          padding: 0px;
          background: #dcdcdc url(images/bg.png) repeat-x;
          height: 100%;
        }
            #header{
              width: 950px;
              margin: 0 auto;
              color: #FFFFFF;
              display: block;
              position: relative;
            }
            .sinistra{
              width: 440px;
              float: left;
            }
            .sinistra li{
              padding-right: 25px;
              list-style: none;
              display: inline;
              width: 250px;
            }
            
            .destra{
              text-align: right;
              float: right;
            }
            .destra li{
              padding-right: 25px;
              list-style: none;
              display: inline;
              width: 250px;
              text-shadow: 1px #CCCCCC;
            }

            
            .arrow{
                border-bottom: 1px solid #CCCCCC;
            }
            .super-menu-child{
                position: absolute;
                background: #0074ce;
                width: 250px;
                padding: 15px 30px 5px 30px;
                top: 37px;
                left: 200px;
                -moz-border-radius-bottomleft: 10px;
				-moz-border-radius-bottomright: 10px;
				-webkit-border-bottom-left-radius: 10px;
				-webkit-border-bottom-right-radius: 10px;
                z-index: 100;
            }
            
         #wrapper{
           clear: both;
           width: 950px;
           margin: 0 auto;
           padding: 0;
           position:relative;
           top: -20px;
         }
         #logo{
            padding: 0px;
            background: url(images/new-is.png) no-repeat top center;
            height: 136px;
         }
         #search{
            position: relative;
            margin-left: 480px;
            top:  100px;
         }
         .bordo{
            position:relative;
            margin: 0px;
            padding:0px;
            top: -7px;
            border: 2px solid #000000;
            height: 20px;
         }
        
         #content{
            clear: both;
            width: 950px;
            margin: 0 auto;
         }
         #left-menu{
            clear:both;
            float: left;
            width: 600px;
         }
         #right-menu{
            float: right;
            width: 250px;
         }
         #footer{
            clear: both
         }