#about{
    position: absolute;
    top: 130px;
    left: 50%;
    width: 580px;
    margin-left: -290px;
}


#notice{
    font: 11px Helvetica, sans-serif;
    color: #959595;
    margin-top: 30px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #CCCCCC;
}

.copyright{
    margin-top: 450px;
}

img{
    border: 0px;
}

.textContainer{
    font: 10px Helvetica, sans-serif;
    color: #444444;
    position: absolute;
    top: 70px;
    left: 13px;
    width: 260px;
}

.plink{
    position: absolute;
    top: 30px;
    left: 260px;
    width: 17px;
    height: 17px;
    background: url(about/arrow.png) top left no-repeat;
}

.plink:hover{
    background: url(about/arrowover.png) top left no-repeat;
}

.dustin{
    position: absolute;
    display: block;
    background: url(about/dustinbackground.png) top left no-repeat;
    width: 293px;
    height: 149px;
    z-index: 3;
    top: 0px;
    left: 160px;
}

.dustin:hover{
    z-index: 4;
}


.mike{
    position: absolute;
    display: block;
    background: url(about/mikebackground.png) top left no-repeat;
    width: 293px;
    height: 149px;
    z-index: 1;
    top: 80px;
    left: 0px;
}

.mike:hover{
    z-index: 4;
}

.drew{
    position: absolute;
    display: block;
    background: url(about/drewbackground.png) top left no-repeat;
    width: 293px;
    height: 149px;
    z-index: 2;
    top: 120px;
    left: 270px;
}

.drew:hover{
    z-index: 4;
}