
@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: rgb(255, 255, 255) url(background.jpg);
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {outline: none;}


#theheader{

position:fixed;
height:50px;
width:100%;
top:0px;
left:0px;	
background-color:#000;	
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border-bottom:1px solid #ccc;
}

ul {
	float:left;	
		list-style-type:none;
}

li {
	float:left;	
	margin:0px 25px 0px 0px;

	color:#33ff00;		
}

li a {
	color:#fff;
	text-decoration:none;	
	
}

li a:hover {
	text-decoration: underline;
		color:#33ff00;
}

.retweet {
	text-decoration:none;	
	color:#fff ! important;
}

.retweet:hover {
	text-decoration:none;	
	
}

.social {
	float:right;	
	
}
