#container
{
	background-image: url(stairs_right.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.textbox {
    padding: 30px 300px 30px 50px;
}

.shift_right {
    position: relative;
    left: 55px;
}

.shift_right_40 {
    position: relative;
    left: 40px;
}

.shift_right_35 {
    position: relative;
    left: 35px;
}

.shift_right_20 {
    position: relative;
    left: 20px;
}

.shift_right_30 {
    position: relative;
    left: 30px;
}

