div#logo
{
    font-size:12px;
    height: 75px;
}
    div#logo img
    {
        margin-left: 15px;
    }

div#frames
{
    position: relative;
}
    div#frames #image_1
    {
        position: absolute;
        z-index: 1;

        top: -16px;
        left: 78px;

        background: url(../images/rotator/1-small.jpg) #000 no-repeat 10px -15px;

        width: 198px;
        height: 96px;
    }
        div#frames #image_1 #frame_1
        {
            background: url(../images/design/frame-1.png) no-repeat;
            z-index: 1;

            width: 100%;
            height: 100%;
        }
    div#frames #image_2
    {
        position: absolute;
        z-index: 2;

        top:-1px;
        left: 275px;

        background: url(../images/rotator/3-small.jpg) #000 no-repeat -16px -20px;

        width: 178px;
        height: 81px;
    }
        div#frames #image_2 #frame_2
        {
            background: url(../images/design/frame-2.png) no-repeat;
            z-index: 2;

            width: 100%;
            height: 100%;
        }
    div#frames #image_3
    {
        position: absolute;
        z-index: 3;

        top:-6px;
        left: 453px;

        background: url(../images/rotator/2-small.jpg) #000 no-repeat 10px 0px;

        width: 187px;
        height: 132px;
    }
        div#frames #image_3 #frame_3
        {
            background: url(../images/design/frame-3.png) no-repeat;
            z-index: 2;

            width: 100%;
            height: 100%;
        }