diff --git a/application/views/error/500.php b/application/views/error/500.php
index 8a73741d..ce368cfb 100644
--- a/application/views/error/500.php
+++ b/application/views/error/500.php
@@ -6,13 +6,81 @@
-

-
diff --git a/application/views/home/index.php b/application/views/home/index.php
index 88e5486f..39497146 100644
--- a/application/views/home/index.php
+++ b/application/views/home/index.php
@@ -6,13 +6,81 @@
Laravel - A Framework For Web Artisans
-

-
Welcome To Laravel
A Framework For Web Artisans
diff --git a/public/css/laravel.css b/public/css/laravel.css
deleted file mode 100644
index 4e836292..00000000
--- a/public/css/laravel.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@import url(http://fonts.googleapis.com/css?family=Ubuntu);
-
-body {
- background: #eee;
- color: #6d6d6d;
- font: normal normal normal 14px/1.253 Ubuntu, sans-serif;
- margin:0;
- min-width: 800px;
- padding:0;
-}
-
-#main {
- background-clip: padding-box;
- background-color: #fff;
- border:1px solid #ccc;
- border-radius: 5px;
- box-shadow: 0 0 10px #cdcdcd;
- margin: 50px auto 0;
- padding: 30px;
- width: 700px;
- position: relative;
-}
-
-#main h1 {
- font-family: 'Ubuntu';
- font-size: 38px;
- letter-spacing: 2px;
- margin: 0 0 10px 0;
- padding: 0;
-}
-
-#main h2 {
- color: #999;
- font-size: 18px;
- letter-spacing: 3px;
- margin: 0 0 25px 0;
- padding: 0 0 0 0;
-}
-
-#main h3 {
- color: #999;
- margin-top: 24px;
- padding: 0 0 0 0;
-}
-
-#main h3 {
- font-size: 18px;
-}
-
-#main p {
- line-height: 25px;
- margin: 10px 0;
-}
-
-#main pre {
- background-color: #333;
- border-left: 1px solid #d8d8d8;
- border-top: 1px solid #d8d8d8;
- border-radius: 5px;
- color: #eee;
- padding: 10px;
-}
-
-#main ul {
- margin: 10px 0;
- padding: 0 30px;
-}
-
-#main li {
- margin: 5px 0;
-}
-
-#main .marker {
- float: left;
- left: -24px; top: -24px;
- position: absolute;
-}
\ No newline at end of file