#why, #login_register { float: left; }

#why { 
  width: 65%; 
  margin-right: 5%; 
}
    
    #why h1 { margin-bottom: 1em; }    
    #why p { margin-bottom: 2em; }


#login_register { 
  width: 30%;   
}
    
    #login_register form { margin-bottom: 2em; }    
    #login_register form small { color: #666; }
    
    
        #captcha label { float: left; }        
        #captcha img { float: left; }       
        #captcha small { clear: left; display: block; }

