diff --git a/common.inc.php b/common.inc.php
new file mode 100644
index 0000000..bca7b6c
--- /dev/null
+++ b/common.inc.php
@@ -0,0 +1,26 @@
+
+require("config.inc.php");
+
+function send_header($title="")
+{
+?>
+
+
=$title?>
+
+Science Fair In A Box
+
+
+
+}
+
+function send_footer()
+{
+?>
+
+
+
+
+}
+
+
+?>
diff --git a/config.inc.php b/config.inc.php
new file mode 100644
index 0000000..7ef8b8d
--- /dev/null
+++ b/config.inc.php
@@ -0,0 +1,5 @@
+
+$SFIABDIRECTORY="sfiab/";
+
+
+?>
diff --git a/docs/sfiab-proposal.kwd b/docs/sfiab-proposal.kwd
deleted file mode 100644
index d05970f..0000000
Binary files a/docs/sfiab-proposal.kwd and /dev/null differ
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..32136e9
--- /dev/null
+++ b/index.php
@@ -0,0 +1,9 @@
+
+ include "common.inc.php";
+ send_header();
+?>
+
+
+
+ send_footer();
+?>