body {
	background: url('/img/home_bg.gif') no-repeat center right fixed;
}

a {
	color: #033;
	background: transparent;
}

a:hover {
	color: #330; 
}

ul {
	list-style-type: none;
}

ul li:before {
	content: "\2767\20";
	text-indent: 4em;
}

#online {
	margin-left: 2em;
}

.service_icon {
	padding-left: 1em;
}

#tagline {
	width: 66%;
	font-size: smaller;
}

#banner {
	text-align: center;
	margin: 1em 0em;
}

.friendfeed.widget {
	width: 300px !important;
}

.friendfeed.widget, 
.friendfeed.widget div,
.friendfeed.widget span,
.friendfeed.widget img,
.friendfeed.widget table,
.friendfeed.widget tr,
.friendfeed.widget td {
	background: transparent !important;
}

.friendfeed.widget .feed .entry {
	background: #000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.friendfeed.widget .feed .entry .comments .comment,
.friendfeed.widget .feed .entry .body .link {
	background: #fff !important;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-style: italic;
	white-space: normal !important;
}
