* {
	margin: 0;
	padding: 0;
}
html, body {height: 100%;}
#content {
	position: relative;
	min-height: 100%;
}
* html #content {
	height: 100%;
}


#logo {
	padding:50px;
}

#content:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

#text {
	padding: 50px;
	padding-top: 0px;
	width: 800px;
	/*font-family: Calibri, Helvetica, Times New Roman, Arial;*/
	font-family: Geirgia;
	color: #444;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 0.9em;
	font-size: 1.7em;
}

#text b {
	padding: 5px; background: whitesmoke;
	line-height: 1.5em;
}

#footer {
	width: 1200px;
	margin:0 auto;
	background: url(images/z_footer.jpg);
	position: relative;
	height: 225px;
	margin-top: -225px;
}

#smile{
	font: 10px Arial;
	color:#474936;
	position: absolute;
	top:210px;
	left:1150px;
}

#counter{
	font:150px Impact;
	color: #FBFBFB;
	position: absolute;
	top: 300px;
	left: 30%;
}

#d404 {
	font:50px Arial;
	color:black;
	margin:100px;
	position: absolute;
}
#e404 {
	font: 20px Verdana;
	color: gray;
	margin: 20px;
}