@charset "utf-8";
/* CSS Document */
body {
	background-color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-align: center;
}

#top {
	background-color: #FFF;
	height: 400px;
	width: 100%;
	background-image: url(http://www.hsehome.net/images/404.gif);
	background-repeat: no-repeat;
	background-position: 35% bottom;
}

#boottom {
	color: #FFF;
	padding-top: 10px;
	padding-left: 42%;
	text-align: left;
}

#boottom a {
	text-decoration:none;
	color: #FFFFFF;
}

#boottom a:hover {
	text-decoration:underline;
	color: #3399CC;
}
