#kwicks_container
{
    background-color: transparent;
    width: 900px;
    height: 100px;
    margin: 0px;
}
#kwicks
{
    position: relative;
}
 
#kwicks .kwick
{
    float: right;
    display: block;
    width: 120px;
    height: 100px;
    position: relative;
}

#kwick_1 { z-index: 1; background: url(bg.php.png) transparent; }
#kwick_2 { z-index: 2; background: url(bg.sql.png) #f7cfcf; }
#kwick_3 { z-index: 3; background: url(bg.html.png) #f7f7cf; }
#kwick_4 { z-index: 4; background: url(bg.cms.png) #cff7cf; }
#kwick_5 { z-index: 5; background: url(bg.text.png) #cff7f7; }
#kwick_6 { z-index: 6; background: url(bg.gfx.png) #cfcff7; }
#kwick_7 { z-index: 7; background: url(bg.about.png) #f7cff7; }

.menuitemport
{
    position: relative;
    left: 125px;
}

.viewport
{
    position: relative;
    margin: auto;
    width: 950px;
    height: auto;
}

BODY
{
    font: 12px verdana, arial, sans-serif;
    margin: 0 0 0 0;
    color: #004080;
    background-image: url(lgrey010.jpg);
    background-position: top center;
    background-repeat: repeat;
    background-attachment: fixed;
    z-index: 100;
}

HTML>BODY
{
    overflow-y: scroll;
}

A
{
    text-decoration: underline;
    color: inherit;
}

A:hover
{
    text-decoration: blink;
    opacity: 0.65;
}

H1
{
    font-size: 173%;
}

H2
{
    font-size: 144%;
}

P
{
    line-height: 80%;
}

IMG
{
    border: 0;
}

UL, LI
{
    margin: 0;
    padding: 0;
}

