div.container {

height: 160px;
width: 600px;

}

div.link_container1 {

position: relative;
top: 0;
left: 60px;

text-align: center;
width: 200px;
height: 100px;

}

div.link_container2 {

position: relative;
top: -100px;
left: 200px;

text-align: center;
width: 200px;
height: 100px;

}

div.link_container3 {

position: relative;
left: 340px;
top: -200px;

text-align: center;
width: 200px;
height: 100px;

}

