body{
	margin: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div{
	width: 550px;
	height: 200px;
	padding: 5px;
	background: #66AFA1;
	margin: 100px auto;
	text-align: center;
	border-bottom: 5px solid #89C1B7;
	border-top: 2px solid #89C1B7;
}
h2,
h1{
	margin: 10px 0 5px;
	color: #EAF4DF;
	font-size: 1.5em;
	font-weight: normal;
}
h1{
	overflow: hidden;
	width: 550px;
	height: 92px;
	position: relative;
}
h1 span{
	width: 550px;	height: 92px;
	/*background: #4AB4D2 url(images/logo-404.png) no-repeat center;
	*/
	display: block;
	position: absolute;
	top: 0;	left: 0;
}
h2{
	font-size: 1.3em;
	color: white;
}
p{
	font-size: 0.85em;
}
p a{
	color: White;
	font-weight: bold;
}