﻿#frontContainer
{
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    height: 860px;
    background-image: url(images/WebFishBkImgwrds.png);
    background-repeat: no-repeat;
}

#frontMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a
{
    display: block;
    height: 180px;
}

#fmWeb
{
    text-indent: -2000px;
    background: url(images/GBstasis.png) no-repeat;
    height: 180px;
    width: 180px;
    position: relative;
    top: 60px;
    left: 150px;
    overflow: hidden;
}

#fmWeb:hover
{
    background: url(images/GBrollover.png) no-repeat;
}

#fmGraphic
{
    text-indent: -2000px;
    background: url(images/RBstasis.png) no-repeat;
    height: 180px;
    width: 180px;
    position: relative;
    top: 0px;
    left: 250px;
    overflow: hidden;
}

#fmGraphic:hover
{
    background: url(images/RBrollover.png) no-repeat;
}
    
#fmVisual
{
    text-indent: -2000px;
    background: url(images/BBstasis.png) no-repeat;
    height: 180px;
    width: 180px;
    position: relative;
    top: -70px;
    left: 350px;
    overflow: hidden;
}

#fmVisual:hover
{
    background: url(images/BBrollover.png) no-repeat;
}

#fmAbout
{
    text-indent: -2000px;
    background: url(images/YBstasis.png) no-repeat;
    height: 180px;
    width: 180px;
    position: relative;
    top: -140px;
    left: 480px;
    overflow: hidden;
}

#fmAbout:hover
{
    background: url(images/YBrollover.png) no-repeat;
}

#frontLogo
{
    text-indent: -2000px;
    background: url(images/WebFishLogo.png) no-repeat;
    height: 245px;
    width: 452px;
    position: relative;
    top: -200px;
    left: 300px;
    overflow: hidden;
}

#frontLogo a
{
    display: block;
    height: 245px;
}
   
