
body{
background:#ffffff;
font-family:courier new, courier;
color:white;
margin:0;
padding:0;
text-align:center;
}

h1{
color:grey;
font-size:1em;
margin:20px 0px 0px 0px;
font-weight:normal;
}

h1 a{
color:black;
}

a:hover{
color:grey;
}

#container{
width:500px;
height:500px;
margin:50px auto 10px auto;
}

#container ul{
padding:0;
list-style-type:none;
}

#container li{
position:absolute;
}

#container p{
display:none;
}

.juitterAvatar{
width:500px;
height:500px;
    filter : alpha(opacity=10); 
    -moz-opacity : 0.1; 
    opacity : 0.1; 
border:none;
}

/* IE HACK*/
*+html  #container, * html #container {
margin-left:-500px;
}

/* -------- more... -------- */

a{
color:white;
}

a.info{
color:grey;
margin-top:5px;
    position:relative; 
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ 
 display:block; 
 position:absolute;
 top:2.4em; left:-7em; width:15em;
 text-align:center;  
    }


::selection {
	background: #00ff00; /* Safari */
	}
::-moz-selection {
	background: #00ff00; /* Firefox */
}


#creditfooter{display:none;}
