
/*======= postit note =======*/

#posit-top {
background:url(../img/postit/top.gif) 
no-repeat;
width:319px;
height:76px;
text-align:center;
}

#posit-bottom {
background:url(../img/postit/bottom.gif) 
no-repeat;
width:319px;
height:66px;
text-align:center;
}

#posit-left {
background:url(../img/postit/left.gif) 
no-repeat;
width:58px;
height:128px;
float: left;
}

#posit-mid {
background:url(../img/postit/bg.gif) 
no-repeat;
width:172px;
height:128px;
float: left;
text-align:center;
}

#posit-right {
background:url(../img/postit/right.gif) 
no-repeat;
width:89px;
height:128px;
float: right;
}

#postit
{
width:319px;
height:128px;
}

