body
{
	color: white;
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#headbar
{
 background-image: url("./images/bg.png");
 text-align: center;
 padding: 30px;
}

#content
{
	width: 640px;
	text-align: center;
	margin-top: 10px;
	background-color: #8a0005;
	color: white;
	text-align: center;
	padding: 15px;
	border: solid 5px #600005;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-style: normal;
	font-weight: bold;
}

#content h2
{
 margin:0;
 padding: 0;
 text-align: center;
}
a
{
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}

.twtr-widget .twtr-doc
{
 margin: auto;
}
