top of page

html>

<head>

<title>Home</title>

<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />

<link rel="icon" 

      type="image/x-icon" 

      href="Favicon.ico">

 

<style> 

 

html, body {

    height: 100%;

    width: 100%;

}

 

body {

    position: relative;  overflow:hidden;

}

 

.page-bg {

    opacity: 0;

    position: fixed;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    background: url() no-repeat center center fixed;

    background-size: cover;

z-index: 1;

 

    animation-name: fadeIn;

    animation-iteration-count: 1;

    animation-timing-function: ease-in-out;

    animation-duration: 10s;

    animation-fill-mode:forwards;

}

 

@keyframes fadeIn {

    0% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}

 

body {background-color: #fff; font-family: 'modern_sansregular'; text-transform: uppercase; letter-spacing: 5px;

}

a {text-decoration: none; color: #000;}

 

a:hover {text-decoration: underline;

}

 

#links {font-size: 90%;  position: absolute; top: 5px; left: 5px; margin-top: 5px; color: #000; text-transform: uppercase;  letter-spacing: 5px; z-index: 99;}

 

#links2 {position: absolute; top: 0px; right: 0px; text-align: right; margin-top: 5px; color: #000; z-index: 100; }

 

#links2 img {width: 8%; margin-right: 15px;}

 

#copyright {font-size: 90%; position: absolute; left: 5px; bottom: 0px; color: #000; letter-spacing: 5px; text-transform: uppercase; z-index: 101;

}

 

#lineone {position: absolute; top: 35%; font-size: 50px; letter-spacing: 15px; line-height: 80%; z-index: 102;}

 

#container {height: 90%; width: 90%; position: absolute;}

 

</style>

</head>

<

Only image of Ed Piersons believed to exist.

404 Not Found

body>

<p id="links">&nbsp&nbsp|&nbsp&nbsp<a href=""></a>&nbsp&nbsp|&nbsp&nbsp<a href="about">About</a></p>

 

<p id="links2"><a href=""><img src=""></a><a href="www."><img src=""></a><img src="images/icons"></a><a href=""><img src="images/icons"></a></p>

 

<div id=""><p id=""><a href=""><br /></a></p></div>

 

<script language="JavaScript" type="text/javascript">today=new Date(); y0=today.getFullYear(); </script>

<p id="copyright">&#169 <script language="JavaScript" type="text/javascript">document.write(y0);</script> <a href=""></a></p>

 

<div class="page-bg"><img src=''></div>

bottom of page