body{
	bgcolor:#ffffff;
}

a{
    color:black;
    text-decoration:none;
}

a:hover{
    color:#999;
}

ul{
    position:absolute;
    left:97px;
    top:89px;
    list-style:none;
    width:714px;;
}

ul li{
    font:bold 80px/80px Arial, Helvetica, sans-serif;
}

ul li a{
    display:block;
    text-indent:-5000px;
}

ul li#appsmyths a{
    width:429px;
    height:87px;
    background:url(../images/appsmyths.png) no-repeat;
}

ul li#GDPortfolio a{
    width:609px;
    height:154px;
    background:url(../images/graphic_design_portfolio.png) no-repeat;
}

ul li#cv a{
    width:133px;
    height:79px;
    background:url(../images/cv.png) no-repeat;
}

ul li#blog a{
    width:196px;
    height:95px;
    background:url(../images/blog.png) no-repeat;
}


