html,
body {
	margin: 0px;
	font-family: arial;
	overflow: hidden;
}

#container #tweets {
	width: 75%;
	background-color: yellow;
	margin: 15px 0 15px 10px;
	margin-left:10px;
	float: left;
	margin-top:15px;
}

#sponsors {
	float: right;
	width: 210px;
color: #404040;
font-size: 10pt;
}

#timer {
	float: left;
	padding: 10px 0 0 15px;
}

#newsticker {
	float:left;
	border-top: 2px solid #aaaaaa;
	width: 100%;
	height: 100px;
	text-align: center;
vertical-align: middle;
}

#listticker{
	height:90px;
	width:70%;
	overflow:hidden;
	padding-left: 10px;
	padding-right: 0;
}


#gold {
}

#platinum {
margin-top: 10px;
 height: 135px;	
}


	#listticker li{
		height:90px;
		padding-left: 10px;
		padding-right: 0;
		list-style:none;
	}
		#listticker a{
			color:#000000;
			margin-bottom:
		}
		#listticker .news-text{
			display:block;
			font-size:17pt;
			color:#303030;
		}
		#listticker img{
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE;
		}

/*JUITTER PLUGIN CSS*/

#juitterContainer{} /*Juitter container*/

#juitterContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI{list-style:none;background:#eeeeee;margin:0;padding:5px 0 0 0;border-bottom:solid 1px #dddddd;padding:3px;clear:both;height:55px;} 
#juitterContainer .twittList SPAN.time{color:#777;font-size:0.9em}
#juitterContainer .twittList A{color:#006600;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}

#juitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/

#juitterContainer .extLink{} /*CSS for the external links*/

#juitterContainer .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/