@charset "UTF-8";
body {
	background: #1d1d1d;
}
.content
{
	width:800px;
	margin:100px auto;
	text-align: center;
}

.content p, .content a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#fff;
	font-size:0.8em;
	font-weight: normal;
	padding:0px;
	margin:0px;
	
}

.content a:hover
{
	text-decoration:underline;

}

.content img
{ text-align:center; }
