html, body, #content{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
#content{
	background: transparent url(/i/bg.jpg) repeat scroll center center;
	background-color:#292929;
}

#content ol{
	padding:0;
	margin:0;
	font-family: Arial;
	font-size: 0.8em;
	line-height:1.2em;
}
#content ol li{
	white-space:nowrap;
	padding:3px 3px 3px 0;
	margin-bottom:3px;
	opacity:.0;
}
#content ol li.marked, #content ol li:hover{
	opacity:1;
}
#content a,#content span{
	color:#000;
}
#content ol li.marked a, #content ol li.marked span{
	padding:3px 0 3px 0;
	background-color: #000;
	color: #fff;
}
#content ol li:hover a, #content ol li:hover span{
	padding:3px 0 3px 0;
	background-color: #AA29C0;
	color: #fff;
}

#twitter{
	position:absolute;
	top:50px;
	right:10px;
	width:350px;
	height:350px;
	opacity:.2;
}
#twitter:hover{
	opacity:1;
}