div#content1
{
    position: absolute;
    visibility: visible;
    width: 420px;
}

div#content2
{
    position: absolute;
    visibility: hidden;
    width: 420px;
}

div#content3
{
    position: absolute;
    visibility: hidden;
    width: 420px;
}

div#content4
{
    position: absolute;
    visibility: hidden;
    width: 420px;
}

div.linksbox
{
    width: 420px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.linksboxhead
{
    height: 6px;
    background-image: url('../img/links_border_top_420.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 0px;
}

div.linksboxbody
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-image: url('../img/links_border_repeat_420.gif');
    background-repeat: repeat-y;
    background-position: left;
}
div.linksboxfoot
{
    height: 6px;
    background-image: url('../img/links_border_bottom_420.gif');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0px;
}

