body {
	background: #f5f3e6;
	color: #4f3826;
  font-size: 16px;
  font-family: Georgia,sans-serif;
	margin: 0;
	padding: 0;
}
a {
  background: transparent;
	color: #b62b11;
}
a:hover {
	color: #1ea801;
}

#main {
	margin: 36px auto;
	width: 480px;
}
.header {
  background: #4f3826;
  color: #f5f3e6;
	margin: 0 24px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	padding: 8px 14px;
}
.header h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
}
#twitter_div {
  background: #fff;
  font-size: 20px;
  line-height: 24px;
	padding: 20px 24px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#twitter_div ul {
  list-style-type: none;
	margin: 0;
	padding: 0;
}
#twitter_div a {
  background: #f5f3e6;
  display: block;
  text-align: center;
  margin: 20px 0 4px;
  padding: 1px 0 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	clear: both;
}
#twitter_div a:hover {
  background: #f5f0d0;
}
#twitter_div span a {
  background: transparent;
  display: inline;
	clear: none;
}
#twitter_div span a:hover {
  background: transparent;
}
.footer {
	background: #d3bfad;
	margin: 0 24px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	padding: 8px 14px 10px;
}