ok, sorry. I found it: you just have to replace:

#primary {
position: relative;
float: left;
width: 500px;
padding: 10px;
}

with:

#primary {
position: relative;
float: right;
width: 500px;
padding: 10px;
}