body {
	margin:0;
	padding:0;
	background-color: #fff;
	font-family: Trebuchet, Tahoma;
	color: #4c4c4c;
	font-size: 12px;
}

#main {
	width:780px;
	margin: 0 auto;
	margin-top: 100px;
}

#shit_happens {
	width: 200px;
	float: left;
}

#last_shit {
	/*margin-top: 70px;
	margin-top: 50px;*/
	text-align: center;
	width:360px;
	float: left;
}

#last_shit #date {
	position: relative;
	/*
	top: 145px;
	left: 145px;
	width: 50px;*/
	top: 180px;
	left: 90px;	
	width: 100px;
	font-size: 20px;
}

#tweet li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}


#last_shit #time {
	position: relative;
	top: 145px;
	left: 157px;
	width: 50px;
	font-size: 18px;
}

#last_shit #services {
	margin-top: 30px;
}

#last_shit .service {
	margin: 5px;
	border: 0px;
}

#components {
	text-align: right;			
	width: 220px;
	float: left;
}

/*#components*/
small {
    /*display:block;*/
	font-size: 10px;
}

#components ul, 
#components p {
	margin-top: 0;
	margin-bottom: 0;
}

#components #follow {
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
}

#components #label {
	margin-top: 8px;
	margin-bottom: 5px;
}

#components li {
	list-style: none;
}

a, a:hover, a:visited, a:link, a:active {
	color: #4c4c4c;   
}