diff --git a/images/volume1.gif b/images/volume1.gif
new file mode 100644
index 0000000..107342c
Binary files /dev/null and b/images/volume1.gif differ
diff --git a/index.html b/index.html
index dbc34ff..b6e2668 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,65 @@
-
-
-
-
+
 |  |
+
 |  |
+
 |  |
+
 |  |
+
 |  |
+
 |  |
+
| | |
+
+
+
+
+ 
+
+
+
+
+ DPGraph: Dynamic Photorealistic 3D Graphing Software for Math and Physics Visualization
+
+
+
+The world's
+most powerful software for math and physics visualization. Create beautiful,
+interactive, dynamic, photorealistic 2D, 3D, 4D, 5D, 6D, 7D and 8D graphs. So
+easy to use that even junior high and senior high students have had their graphs
+published. Includes hundreds of examples contributed by users from around the
+world. Over two million mathematicians, physicists, teachers and
+students at over 1,000 colleges, universities and K-12 schools worldwide are
+already licensed. Comes with a free subscription to the Flaming Thunder programming
+language. Optimized for the internet -- search for DPGraph using
+your favorite search engine to find ways that people are using DPGraph for both
+classroom and distance learning. Used for pre-algebra, geometry, trigonometry
+and general physics, through multivariable calculus, field theory, quantum
+mechanics and gravitation.Use time and color as extra dimensions
+(to create motion or encode momentum, for example). Use the scrollbar to vary
+parameters in realtime, to slice through graphs, or to vary transparency.
+Programmed entirely in assembly language for maximum speed.Graph
+functions, equations, conic sections, planes, spheres, toruses, parametric
+curves and surfaces, implicit equalities and inequalities, volume intersections,
+volumes of integration, vector fields, surfaces of revolution, equipotential
+surfaces, and much more, in rectangular, polar, cylindrical, or spherical
+coordinates.
+
+
+
+
+
+
diff --git a/redesign.css b/redesign.css
new file mode 100644
index 0000000..db981c5
--- /dev/null
+++ b/redesign.css
@@ -0,0 +1,67 @@
+body {
+ color: #111;
+ display: block;
+ font-family: 'Open Sans', sans-serif;
+ font-size: 16px;
+ padding-bottom: 38px;
+ position: relative;
+}
+
+
+h1 {
+ color: #111;
+ font-family: 'Open Sans Condensed', sans-serif;
+ font-size: 28px;
+ font-weight: 300;
+ line-height: 28px;
+ margin: 0 0 0;
+ padding: 10px 20px;
+ text-align: center;
+ text-transform: uppercase;
+}
+h2 {
+ color: #111;
+ font-family: 'Open Sans Condensed', sans-serif;
+ font-size: 20px;
+ font-weight: 200;
+ line-height: 20px;
+ margin: 0 0 24px;
+ padding: 0 10px;
+ text-align: left;
+ text-transform: uppercase;
+}
+p {
+ color: #111;
+ font-family: 'Open Sans', sans-serif;
+ font-size: 16px;
+ line-height: 28px;
+ margin: 0 0 48px;
+}
+a {
+ color: #990000;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline
+}
+
+.table1{
+background:black;
+opacity:0.5;
+
+}
+
+.table2{
+background:#6699CC;
+opacity:0.5;
+ text-align: center;
+
+}
+.image{
+padding:30px;
+ float:center;
+ text-align:center;
+ width:50%;
+}
+
|