@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(images/background.jpg);
	background-repeat: inherit;
	background-position: center top;
}
.twitframe {
	height: auto;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: "trebuchet ms", Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1pt;
	margin-bottom: 10px;
	padding-top: 12px;
}
p {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
h2 {
	font-family: "trebuchet ms", trebuchet, "lucida grande", Helvetica, Arial;
	font-size: 10px;
	line-height: 14px;
	color: #8b8a81;
}
.twitframe img {
	margin-bottom: 10px;
}
.container {
	height: 135px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: auto;
	background-repeat: inherit;
	background-position: center top;
}

