html, body {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
}

@font-face {
 font-family: "The Simpsons Font";
	/*src: url( /location/of/font/FontFileName.eot );  IE */  
  src: local("The Simpsons Font"), url( ../../../fonts/simpsons_font.ttf ) format("truetype"); /* non-IE */
}

h1 {
	font-family:"The Simpsons Font", verdana, helvetica, sans-serif;
	font-size: 60px;
	color: #000;
	display: inline-block;
	margin: 0;
	padding: 0;
}

[draggable] {
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-select: none;
 user-select: none;
}
#wrapper {
	height: 100%;
	width: 100%;
	background: #ffca22;
	text-align: center;
}
.donut {
	cursor: move;
	position: absolute;
	z-index: 200;
}
body a:link {
	color: #000;
	text-decoration: none;
}
body a:visited {
	color: #000;
	text-decoration: none;
}
body a:active {
	color: #000;
	text-decoration: none;
}
body a:hover {
	color: #000;
	text-decoration: none;
}
#homer_container {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#homer {
	position: absolute;
	bottom:0;
}
