body {
	background-image: url(img/top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.main {
	text-align: center;
	padding-top: 205px;
	width: 960px;
	margin: 0 auto;
}
.entry {
	background-color: #fff0e0;
	border-radius: 8px;
	padding: 10px;
	width: 100%;
	text-align: left;
	overflow: auto;
	margin-top: 10px;
	position: relative;
}
.entry img {
	float: left;
	margin-right: 5px;
	border-radius: 5px;
}
h1 {
	margin: 0;
	padding: 0;
	color: #fc3f1d;
	font-weight: bold;
	font-size: 18px;
}
.lead {
	font-style: italic;
	margin-bottom: 6px;
}
a:link, a:visited, a:active {
	color: #1492cc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.tweet {
	position: absolute;
	right: 5px;
	bottom: 5px;
}