
body {
	background-color : #f5f5f5;
	margin : 0;
	padding : 0;
	text-align : center;
}

#maincontainer  {
	width : 500px;
	margin : 0 auto;
	padding-top : 0px;
}

#quote  {
	background-color : #dfdfdf;
	float : left;
	width : 100%;
	text-align : center;
	line-height : 1.1em;
}

#contentwrapper  {
	float : left;
	width : 100%;
	text-align : left;
	line-height : 1.4em;
}

a { color : #000; }

p { font : 14px 'Cantarell', arial, serif; }

@font-face {font-family:Cantarell; src:url("http://abattis.org/cantarell/Cantarell-Regular.ttf");}

