html, body {
	height: 100%;
}
body {
	background: #fbfbfb;
	font-size: 12px;
	line-height: 16px;
}
a {
	color: #ab192d;
	font-weight: bold;
}
a:hover {
	color: #333;
}
img, object {
	vertical-align: bottom;
}
#wrapper {
	width: 500px;
	margin: 0 auto;
}
#header {
	height: 63px;
	margin-top: 25px;
	width: 500px;
	background: url(../images/logo.gif) no-repeat;
}
#strapline, #border_breaker, #seemore, #footer {
	width: 500px;
	text-align: center;
	font-family: courier, sans-serif;
	margin: 15px 0;
	color: #cfa0aa;
}
#strapline {
	width: 700px;
	margin-left: -100px;
	line-height: 19px;
}
#strapline span {
	font-size: 11px;
}
#form {
	width: 500px;
	background: #fe3363;
	padding: 10px 0;
	text-align: center;
	margin-top: 15px;
	color: #fff;
	font-family: courier, sans-serif;
}
#form .textfield {
	margin: 0 10px;
}
#border_breaker {
	background: url(../images/border_broken.gif) no-repeat center center;
	color: #ab192d;
	font-size: 14px;
	margin-bottom: 0px;
}
#tweetlist .latesttweet {
	background: #EAEAEA;
	border-bottom: none;
	margin-bottom: 7px;
	margin-top: 7px;
}
#tweetlist li {
	font-family: helvetica, arial, sans-serif;
	width: 460px;
	padding: 20px;
	color: #ab192d;
	border-bottom: 1px dashed #f1c4cd;
}
#username {
	display: block;
	margin-bottom: 5px;
}
#tweetlist #bloodyuglyspacehack {
	border-bottom: 1px dashed #f1c4cd;
	width: 500px;
	padding: 0px;
	margin: 0px;
}
#seemore {
	border-bottom: 1px dashed #d3929f;
	padding-bottom: 15px;
}
#seemore a {
	color: #cfa0aa;
}
#seemore a:hover {
	color: #333;
}
#seemore .addthis_button {
	margin-top: 10px;
	display: block;
}
#footer {
	padding-bottom: 25px;
}