@CHARSET "ISO-8859-1";

body{
	font-family: Arial, Helvetica, sans-serif;
}

#site{
	width: 800px;
	margin: 20px auto;
}

#site h1{
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 10px;
}

#paper{
	width: 800px;
	height: 500px;
	background: #000;
	position: relative;
}

#hits{
	font-weight: bold;
	font-variant: normal;
	position: absolute;
	bottom:20px;
	right: 20px;
	margin: 0px;
	font-size: 12px;
	color: #fff;
}