.suorakulmio
{
position: fixed;
top: 0px;
left: 0px;
width: 200px;
height: 200px;
background-color: red;
}
.suorakulmio2
{
position: absolute;
top: 0px;
left: 200px;
width: 42%;
height: 200px;
background-color: red;
color: black;
}
.suorakulmio3
{
position: absolute;
top: 200px;
left: 0px;
width: 200px;
height: 200px;
background-image: url(arrorw_r2.gif);
/* no-repeat, repeat, repeat-x, repeat-y */
background-repeat: no-repeat;
color: red;
}