	body {
		background:#eaeaea url(../images/back.png) no-repeat top;
		font:90% Verdana, Geneva, sans-serif;
		color:#666;
	}

	#main {
		margin:0 auto;
		margin-top:60px;
		background:url(../images/logo.png) no-repeat;
		width:567px;
		height:393px;
	}
	#flashnews {
		margin:0 auto;
		width:502px;
		height:26px;
		margin-top:-100px;
		}



.twitted {
	background:url(../images/footerback.png) repeat-x;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left:0px;
	min-width:900px;
}

#tweetimiz {
	width:150px;
	height:100px;
	padding-left:40px;
	background:url(../images/tweet.png) center top no-repeat;
	position:fixed;
	bottom:25px;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
	background-color: #888;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("../images/loader.gif") 1em center no-repeat;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	padding-left:200px;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #00f;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #f00;
	text-decoration:none;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #ddd;
}
