body {background-image:url('haha.jpg');background-repeat:repeat;background-attachment:fixed;font-size:22px;FONT-FAMILY: Times New Roman,Times;color:pink} 
#columns {
        width: 80%;
    }

    #columns .column {
        position: relative;
        width: 48%;
        padding: 1%;
        
    }

    #columns .left {
        float: left;
        background-color:#6495ed;
    }

    #columns .right {
        float: right;
    }


