body{
		color:black;
		background-image:url(background.gif);
		background-repeat:repeat-y;
		}
.fix{
		position: fixed; width:150px;}
.stuff{
		left:50px;}
a.spcl:hover{
		font-weight:bold;}
a:hover{
		color:palevioletred;}
li{
		list-style:url(ball_icon.gif);
		margin:-3px;
		line-height:150%;
		
		}
#leftcontent {
		position: fixed;
		left:10px;
		top:100px;
		width:175px;
		
		}
#centercontent {
		position:absolute;
		top:100px;
		left: 190px;
   		margin-right:10px;
		}

#row1{		position: absolute;
		left:190px;
		top:100px;}
#row2{		position:absolute;
		left:190px;
		top:400px; }
#row3{		position:absolute;
		left:190px;
		top:700px; }
