<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Default Web Site Page</title>
<style type="text/css">
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: small;
	font-weight: lighter;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #000;
	color: #CCC;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
	font-style: oblique;
	font-variant: normal;
}
-->
</style></head>

<body class="oneColLiqCtrHdr">

<div id="container">
  <div id="header">
    <h1><img src="http://smallstarserver.com/img/sm_logo2.jpg" alt="Smallstar Web Server" width="206" height="50" /></h1>
  <!-- end #header --></div>
  <div id="mainContent">
    <h1>ERROR</h1>
    <p>We are sorry it looks like what you are looking for is gone.</p>
    <h2><strong>If you are the web site owner, it is possible you have reached this page because:</strong></h2>
    <ul>
      <li>The IP address has changed.</li>
      <li>There has been a server misconfiguration.</li>
      <li>The site may have been moved to a different server.</li>
    </ul>
    <p>&nbsp;</p>
	<!-- end #mainContent --></div>
  <div id="footer">
    <h2>About Apache HTTP Server:</h2>
    <p>The Apache HTTP Server is an open source web server which powers many of the world's web sites.
      The Apache HTTP server is part of the Apache Group's many influential projects. Their efforts have 
      helped shape much the world wide web, and they continue to be a dominating force in the web hosting 
      industry.<br />
      <img src="https://www.positivessl.com/images-new/PositiveSSL_tl_trans.png" alt="Positive SSL on a transparent background" width="57" height="54" border="0" title="Positive SSL on a transparent background" />    2014 Smallstarserver.com VPS Host &amp; WebStudio <a href="mailto:admin@smallstarserver.com">webmaster</a></p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
  <!-- end #footer --></div>
<!-- end #container --></div>
</body>
</html>
