body {
	background-color:#1B2536;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
}

#imgbackground img {
 height: 100%;
 left: 0px;
 position: absolute;
 top: 0px;
 width: 100%;
 z-index: 0;
}

#wrap {
 position:relative;
 z-index:1;
}

#logo {
 margin:60px auto 60px auto;
 width:153px; 
}
#logo img {
 border:0; 
}
#menu ul {list-style:none;
margin:0 auto 50px auto;
padding:0;
width:520px;
}

a {color:#FFF; font-weight:bold; text-decoration:none;}
a:hover {text-decoration:underline;}

#newstweet-container p.newstweet-viewall a.tweetabout { background:url(tweet.png) 0 9px no-repeat; padding-left:17px; border-top:3px solid #fff; padding-top:8px;} 

#newstweet-container{
background: transparent;
margin:0px;
color:#FFF;
text-align:left;
}

#newstweet-container a { -moz-outline-style: none;} /* Removes ugly dotted lines in Firefox */
#newstweet-container a img{border:0;} /* Removes borders from images in IE */

/* Style for the header */
div#newstweet-header{float:left; margin:0px 0px 10px 0px; padding:0px ;} 

/* Container where the posts are displayed */
#newstweet-container div#twitterwrapper{float:left; width:auto; margin:0px auto; padding:0;} 

/* Interior container where the posts are displayed */
#newstweet-container div#tweetholder{float:left; margin:0 auto; padding:0;} 

/* Boxes where each post is displayed */
div.tweet{float:left; margin:0 0 40px 0; padding:0; display:none;}

/* Info of Poster */

	
/* Style for the main text of the tweet */	
	#newstweet-container p.posttext {float:right; overflow:hidden; width:320px; margin:0 0 8px 23px;  padding-top:8px; border-top:1px solid #fff; } 
	#newstweet-container p.posttext em { font-style:normal;}


/* Container where "View All" and "Tweet It" links are displayed */
	#newstweet-container p.newstweet-viewall{float:left; margin:30px 0 0 0; padding:0;} 
	#newstweet-container p.newstweet-viewall a {margin:0 0 10px 0; } 



/* Used to clear out elements so the display nicely */
	.newstweet-clear{width:100%; height:1px; clear:both;} 
.newstweet-viewall small {
	font-size: 10px;

}
