*
		{
		font-family: sans, sans-serif;
		padding: 0em;
		margin: 0em;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		}
		body
		{
		background-color: #fff;
		color: #000;
		font-size: 1em;
		width: 1000px;
		margin: auto;
		margin-top: 5px;
		}
		#placeholder
		{
		position:relative;
		}
		.right
		{
		float:right;
		width: 290px/*18em*/;
		}
		#profile
		{
		background-color: #eee;
		border: 0.1em solid #000;
		padding: 0.3em;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}
		#tweets
		{
		background-color: #ddd;
		border: 0.01em solid #000;
		border-top: 0em;
		padding: 0.3em;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}
