.myBox
{
    margin: 0 0 15px 0;
    border: 0px solid #000;
    color: #000;
    width: 714px;
    height: 250px;
    padding: 0 ;
    text-align: left;
    
    background-image: url(../rotator.php);
    background-repeat: no-repeat;

    
        /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;

}