#column1
{
position: relative;
top: 350px;
left: 600px;
float: left;
height: 300px;
width: 900px;
margin-top:0;
}

#column2
{
position: relative;
top: 60px;
left: 0px;
float: relative;
height: 300px;
width: 600px;
margin-top:0;
}

#column3
{
position: relative;
top: 350px;
left: 950px;
float: left;
height: 1000px;
width: 550px;
margin-top:0;
}

#column4
{
position: relative;
top: 0px;
left: -870px;
float: left;
height: 1000px;
width: 1420px;
margin-top:0;
}

#column5
{
position: relative;
top: -830px;
left: -870px;
float: left;
height: 1000px;
width: 1420px;
margin-top:0;
}

#td.center
{
margin-left:auto; 
margin-right:auto;
}