body {
	background: #D48D5D url(../images/bg.png) repeat-x scroll 0 0;
	text-align: center;
	font: 11pt "Tahoma", sans-serif;
}

a {
	text-decoration: none;
}

#header {
	margin-top: 20px;
}

#content {
	margin: 0 auto;
	color: #493927;
}

	#content img {
		padding: 10px;
		background: #806344;
		max-width: 800px;
		max-height: 600px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	#credit a {
		color: #74573C;
		text-decoration: none;
	}
	
	#credit a:hover {
		text-decoration: underline;
	}

#tweetbacks {
	width: 300px;
	margin: 0 auto;
}

	#tweetbacks h4 {
		margin: 0 0 20px;
		color: #322B22;
	}

	#tweetbacks .block {
		padding-bottom: 10px;
		margin-bottom: 10px;
		text-align: left;
		font-size: 10pt;
		border-bottom: 1px dotted #AA865E;
		line-height: 1.5em;
	}

	#tweetbacks .text {
		color: #53432F;
		display: inline;
	}
	
		#tweetbacks .text a {
			color: white;
			font-size: 9pt;
			background: #9F7D57;
			padding: 0 4px 1px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
		}
		
		#tweetbacks .text a:hover {
			background-color: #564530;
		}
	
	#tweetbacks .author {
		text-align: right;
		font-size: 8pt;
		color: #7A6144;
		margin-top: 5px;
	}
	
		#tweetbacks .author a {
			color: #322B22;
			font-size: 9pt;
		}
		
		.author a:hover {
			text-decoration: underline;
		}
	
	#tweetbacks .at {

	}
	
		#tweetbacks .at a {
			color: #53432F;
			font-size: 9pt;
		}
		
		.at a:hover {
			text-decoration: underline;
		}

#footer {
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #493927;
	color: white;
	width: 15%;
	margin: 0 auto;
}

	#footer a {
		color: #EBC182;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

div.clear {
	clear: both;
}
