Forum Moderators: open
body
{
background-color: pink;
width: 780px;
height: 760px;
}
#matte
{
position: absolute;
background-color: gray;
top: 100px;
left: 10px;
width: 760px;
height; 700px;
}
#main
{
position: absolute;
background-color: white;
top: 20px;
left: 120px;
width: 540px;
height: 640px;
}
Thanx! :)