body{
    text-align: center;
    background-color: #505050;
}

div#title{
    width: 517px;
    height: 159px;
    position: absolute;
    z-index: 0;
    margin-left: 60px;
    background-image: url('title.png');
}

a#menuLink{
    text-decoration: none;
    font-size: 15px;
    color: #dadada;
    font-family: arial;
}

a#menuLink:hover{
    font-weight: bold;
}

div#site{
    text-align: left;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div#log{
    margin-left: 30px;
    margin-bottom: 20px;
    width: 400px;
    height: 30px;
    background-image: url("log.png");
}

div#top{
    width: 800px;
    height: 40px;
    background-image: url('newtop.png');
}

div#content{
    position: relative;
    top: 70;
}

div#mid{
    width: 800px;
    background-image: url('mid.png');
}

div#down{
    width: 800px;
    height: 26px;
    text-align: center;
    background-image: url('down.png');
}

/*  
 *   Menu hovering with css ( this took a while .. :| )
 *
 */


div#menu_home{
    position: absolute;
    top: 57px;
    height: 18px;
    width: 120px;
    text-align: right;
}

div#menu_down{
    position: absolute;
    top: 57px;
    left: 120px;
    height: 18px;
    width: 110px;
    text-align: right;
}

div#menu_art{
    position: absolute;
    top: 57px;
    height: 18px;
    width: 113px;
    left: 230px;
    height: 18px;
    text-align: right;
}


div#menu_more{
    position: absolute;
    top: 57px;
    height: 18px;
    width: 125px;
    left: 343px;
    text-align: right;
}

div#menu{
    position: relative;
    height: 100px;
    width: 500px;
    top: 40px;
    margin-left: 250px;
    background-image: url("menu.png");
}

div#text{
    width: 550px;
    margin-left: 50;
    font-family: arial;
    font-size: 12 px;
    color: #969696;
}

div#hdr{
    padding-left: 10px;
    font-size: 20px;
    font-family: arial;
    color: #aaaaaa;
    height: 30px;
    width: 400px;
    font-style: bold;
    background-image: url("header.png");
}

div#downloads{
    margin-left: 30px;
    margin-bottom: 20px;
    width: 400px;
    height: 30px;
    background-image: url("downloads.png");
}

div#artwork{
    margin-left: 30px;
    margin-bottom: 20px;
    width: 400px;
    height: 30px;
    background-image: url("artwork.png");
}

div#more{
    margin-left: 30px;
    margin-bottom: 20px;
    width: 400px;
    height: 30px;
    background-image: url("more.png");
}

div#footer{
    font-size: 12px;
    font-family: arial;
    color: #aaaaaa;
    position: relative;
    top: 70px;
    height: 50px;
    padding-down: 10px;
}

a:link{ color: #777777;}
a:visited { color: #777777; }
a:hover { color: #777777; }
a:active { color: #777777; }