/*
         Twitter Page
		 Chris Coyier
		 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font-size: 62.5%; font-family: Georgia, serif;
	 				  background:black;}
					  
#page-wrap{
	width:800px;
	margin:auto;
	background: url(images/bg-hlaporte.jpg) no-repeat;
	min-height:607px;
}			

#twitter_div { 
	position: relative; 
	overflow: auto;
	width:330px;
	background: url(images/twitter-update-bg.png) repeat-y;
}
ul#twitter_update_list { 
	list-style: none; 
	font-size: 14px;	
}
ul#twitter_update_list li { 
	margin: 0 10px 10px 30px;
	padding: 10px 3px 10px 3px;
	color: white;
	background:;
}
.twit-holder {
	width:330px;
	float:right;
	padding:10px;
	margin-top:40px;
}
.twit-top {
	width:346px;
	height:112px;
	background: url(images/twitter-update-top.png) no-repeat;
}
.twit-bottom {
	width:346px;
	height:53px;
	background: url(images/twitter-update-bottom.png) no-repeat;
}
a { color: #E3BA2D; }
