.mainframe
{
 width:450px;
 height:750px;
 overflow-x:hidden;
 overflow-y:visible;
}

.realframe
{
 width:450px;
 height:450px;
 overflow:hidden;
}

.softframe
{
   width:235px;
   height:200px;
   overflow:hidden;
}