/* CSS Document */

#side{
width:200px;
height:500px;
background:url(images/handsup.gif);
background-repeat:no-repeat;}

#main{
position:absolute;
top:120px;
left:220px;
width:580px;
border:1px solid #999999;
background:#FFFFFF;
padding:50px;}

