<?php
/* * ********************************************************************
* Copyright notice PHP Blogger 1.2.
*
* (c) 2011 Predrag Rukavina - admin[at]phpblogger[dot]org
* All rights reserved
*
* This script is part of the PHP Blogger project.
* The PHP Blogger project is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
*
* This copyright notice MUST appear in all copies of the script!
* ********************************************************************** */
?>
<head>
<style>
*{margin:0; padding:0}
html{min-height:102%}
body{width:auto; max-width:auto; height:auto; font-size:13px; font-family:tahoma,arial; background:#ACA8A1; color:#555}
body a{color:#51537E; text-decoration:none}
#wrapper{width:1020px; margin:0px auto;height:auto;text-align:center;}
#main{width:980px; height:auto;min-height:700px;float:left;text-align:left;margin:0px auto; background:#fff; margin-top:0px; margin-bottom:0px; padding:2px 20px}
.headers{width:980px; margin:0px auto; margin-top:0px; background:#fff; margin:0px auto 0; padding:0px 20px 2px}
.headerin{width:980px; background-color:#EBEBE5; border:0px;padding:0px 0px 22px}
li{list-style-type:none}
#menu{border-bottom:1px solid #fff; margin-top:0px; background:#435D79; height:35px; line-height:35px; padding:0}
#logo{float:left;margin-left:3px;}
#menu li{float:left; display:block; background:0; min-width:60px; width:auto!important; text-align:center; color:#FFF; padding-top:0px; text-decoration:none}
#menu a{font-size:25px;font-weight:normal; text-decoration:none; color:#fff; line-height:35px; padding-left:7px; padding-right:7px}
#timeclass{float:right;position:relative;right:5px;color:#fff;font-size:11px;font-family:tahoma;}
.headerinfo{padding-top:5px}
.headerinfo a{color:#4B6D7C}
.headerinfo a:hover{color:#b00}
.float{float:left}
.timeheader{float:right; margin-top:8px}
#footer{width:980px; float:left;padding:10px; text-align:center; background:#F8F8F8; height:100px; border-top:1px solid #EEE; -moz-border-bottom-left-radius:5px; -webkit-border-bottom-left-radius:5px; border-bottom-left-radius:5px; -moz-border-bottom-right-radius:5px; -webkit-border-bottom-right-radius:5px; border-bottom-right-radius:5px; margin:20px auto; margin-top:0px; padding:12px 20px 18px}
#footer a{color:#4B6D7C}
</style>
<title>Not Found</title>
</head>
<body>
<div id="wrapper">
<div class="headers">
<div class="headerin">
<div id="menu">
<li><a href='javascript:history.go(-1)'>Not Found</a></li>
</div>
<div class="headerinfo">
<li class="float">
</li>
<li style="float:right">
</li>
</div>
</div>
</div>
<div id="main">
We're sorry, the page you are looking for does not exist. <a href='javascript:history.go(-1)'>Go Back</a>
</div>
<?php
include ('static.php');
###############################
# notfound.php version 1.1.6.#
###############################
?>