/* CSS Document */

html{
height: 100%;
overflow:hidden;
background-color:#f5f5f5;
}

BODY { 	BACKGROUND-COLOR:#f5f5f5 ;
		TEXT-ALIGN:center;
		margin:0px;
		}
		
#after  {BACKGROUND-COLOR:#f5f5f5; height:auto; WIDTH:533px; margin-left:auto; margin-right:auto; TEXT-ALIGN:center;}

#after img {margin-top:15px;margin-bottom:-15px;}

#credits {BACKGROUND-COLOR:#f5f5f5; height:auto; WIDTH:533px; margin-left:auto; margin-right:auto; TEXT-ALIGN:center; padding:70px 0 0 0; font-size:9px; font-family:Arial, Helvetica, sans-serif;}
#credits a{color: #bbbbbb; text-decoration:none}
#credits a:hover{color: #999999; text-decoration:none}

#menu {width:225px; height:auto; margin-left:auto; margin-right:auto;}
#menu img {margin-bottom:-10px;}
.menu ul {list-style-type:none; position:fixed}
.menu li {float: left;list-style-type:none;
}


/* buttons */
a#mnemo {
    display: block;
    width: 44px;
    height: 33px;
    background-image: url(mnemo.gif);
    background-position: 0 0;
    margin: 0 auto;
}
a#mnemo:hover {
    background-position: 0 -33px;
}
a .alt { display: none; }


a#myspace{
    display: block;
    width: 31px;
    height: 33px;
    background-image: url(myspace.gif);
    background-position: 0 0;
    margin: 0 auto;
}
a#myspace:hover {
    background-position: 0 -33px;
}

a#last{
    display: block;
    width: 35px;
    height: 33px;
    background-image: url(last.gif);
    background-position: 0 0;
    margin: 0 auto;
}
a#last:hover {
    background-position: 0 -33px;
}

a#fbook{
    display: block;
    width: 36px;
    height: 33px;
    background-image: url(fbook.gif);
    background-position: 0 0;
    margin: 0 auto;
}
a#fbook:hover {
    background-position: 0 -33px;
}