body {
	background:url(images/background.jpg) #FFFFFF repeat-x;
	margin: 0;
	color: #006ba7;
	font-family: "Century Gothic";
}
#water {
	background:url(images/water.jpg) repeat-x;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	height: 156px;
}
#error {
	background: url(images/404.png) no-repeat bottom left;
	bottom: 0;
	position: absolute;
	width: 980px;
	height: 457px;
	margin: 0 0 0 20px;
}
#text {
	margin: 0 0 0 500px;
}
#wedoo {
	background: #b4dfec;
	right: 10px;
	position:absolute;
	bottom: 10px;
	padding: 2px;
}
.h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
}
.h2 {
	font-size: 18px;
	margin: 0 0 0 20px;
	padding: 0;
}
.h3 {
	font-size: 18px;
	margin: 0 0 0 40px;
	padding: 0;
}