html,body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body
{
	background:#333;
	background:url(images/bg.png);
	font-family: Georgia, Arial, sans-serif;
	color:#999;
	text-align:center;
}
h1
{
	color:#fff;
	font-size:2.5em;
	font-weight:normal;
	margin:0;
	padding-top:1em;

	text-decoration:underline;
}
h2
{
	font-size:1em;
	font-weight:normal;
	letter-spacing:.53em;
	margin:0;
}
p
{
	margin:2em 0;
	color:#ccc;
	font-style:italic;
}
a
{
	color:inherit;
	text-decoration:none;
}
canvas
{
	width:512px;
	height:384px;
	padding:32px;
	background:url(images/shadow.png) center center no-repeat;

	position:absolute;
	left:50%;
	margin-left:-288px;
}
#ball
{
	width:128px;
	height:128px;
	position:relative;
	left:0px;
	top:224px;
}
