Welcome text - position: relative

Hosting Plan 1
position: relative

Hosting Plan 2
position: absolute

Hosting Plan 3
position: absolute

div.main {
position: relative;
width: 780px;
height: auto;
background-image: url(../images/bg_main.gif);
background-position: top left;
background-repeat: repeat;
margin: 0px auto 0px auto; /* T R B L */
padding: 0px 0px 0px 0px; /* T R B L */
text-align: right;
border: none;
}
div.welcometxt {
width: 550px;
height: 320px;
border: 1px solid #f00;
margin-right: 10px;
}
div.specials {
position: absolute;
width: 179px;
top: 10px;
right: 580px;
border: 1px solid #f00;
padding: 0px;
margin-left: 20px;
}
div.hostingplan1 {
position: relative;
right: 40px;
width: 210px;
height: 330px;
border: 1px solid #f00;
background-image: url(../images/bg_plans.gif);
}
div.hostingplan2 {
position: absolute;
top: 320px;
right: 285px;
width: 210px;
height: 330px;
border: 1px solid #f00;
background-image: url(../images/bg_plans.gif);
}
div.hostingplan3 {
position: absolute;
top: 320px;
right: 530px;
width: 210px;
height: 330px;
border: 1px solid #f00;
background-image: url(../images/bg_plans.gif);
}