
.stickie-top {
	background: url('img/consoletop-1.png');
	width: 225px;
	height: 19px;
    cursor: move;
	}

.headertext {
	color: white;
	font-size: 9px;
	padding: 3px 3px 3px 5px;
	cursor: move;
}

#twitter_div {
	background: url('img/consoleback-1.png');
	width: 215px;
	padding: 5px;
	cursor: move;
}

#twitter_div ul {
	padding: 0;
	margin: 0;
}

#twitter_div li {
	list-style:none;
	padding: 5px;
	margin: 0;
}

.stickie-bot {
	background: url('img/consolebottom-1.png');
	width: 225px;
	height: 22px;
	cursor: move;
}