Code: Select all
.fl {float: left;} .fr {float: right;} .cb {clear: both;}
Code: Select all
float: left;
Code: Select all
margin-left: 30%;
Code: Select all
#illustration {
background: url("{T_THEME_PATH}/images/illustration.png") top right no-repeat;
margin: -6px auto 0;
and then change it to this margin-left: 20%;