body {
	background-color:#000000;
}

a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	color:#000000;
}

#logo {
	width: 450px;
	height: 450px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -225px;
}

#twitter_feed {
	position:absolute;
	width:450px;
	height:50px;
	left: 50%;
	margin-left:-209px;
	bottom:10px;
}

#twitter_logo {
	float:left;
	width:36px;
	height:50px;
}

#twitter_update_list {
	float:left;
	width:404px;
	height:47px;
	padding-left:10px;
	padding-top:3px;
}

#twitter_update_list li {
	list-style-type: none;
}

#twitter_update_list span {
	color: #EEEEEE;
	font: 12px Sans-Serif;
}

#twitter_update_list a {
	display: none;
	/*color: #FF0000;
	font-family: Sans-Serif;
	font-weight: none;
	font-size: 8px;
}

#twitter_update_list a:hover {
	text-decoration: underline;
}*/