#about-us 
{
    -webkit-transform: rotate(-0.9deg);
    transform: rotate(-0.9deg);
}

#archive
{
    -webkit-transform: rotate(-0.2deg);
    transform: rotate(-0.2deg);
}

.squared 
{
    width: 700px;
    margin-bottom: 140px;
}

.squared .top 
{
    background: url(../images/aboutus-top.png) top left no-repeat;
    height: 48px;    
}

.squared .mid
{
    background: url(../images/aboutus-mid.png) top left repeat-y;
    position: relative;
    top: -1px;
    margin-bottom: -2px;
    padding: 1px 50px;
    line-height: 22px;
}

.squared .bottom
{
    background: url(../images/aboutus-bottom.png) top left no-repeat;
    height: 60px;
}


