html, body {
	margin: 0;
	padding: 0;
	overflow-y: auto;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	line-height: 130%;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	background: url(../gfx/404_back.gif);
	}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -250px;
	width: 501px;
	height: 395px;
	background: transparent url(../gfx/404_box.gif) 0 0 no-repeat;
	}

h1 {
	margin: 50px 50px 20px 50px;
	font-weight: normal;
	}

p {
	margin: 10px 50px;
	text-align: justify;
	}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000;
	}

a:hover, a:focus {
	color: #FFCE31;
	}

#sticker {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 50px;
	margin-left: 180px;
	width: 146px;
	height: 84px;
	background: transparent url(../gfx/sticker_moonpig.gif) 0 0 no-repeat;
	}