fix in issues arising due to wn.require
diff --git a/public/css/wn-web.css b/public/css/wn-web.css
index e69de29..78cb222 100644
--- a/public/css/wn-web.css
+++ b/public/css/wn-web.css
@@ -0,0 +1,134 @@
+#body_div {
+
+ background: url("../files/indian-textile-5.gif") repeat;
+
+
+ font-family: 'Arial', Verdana, Sans !important;
+
+
+ font-size: 14px !important;
+
+}
+
+
+.small {
+ font-size: 12px !important;
+}
+
+
+
+h1, h2, h3, h4, h5 {
+ font-family: 'Arial', Arial, 'Helvetica Neue' !important;
+}
+
+
+/* User CSS */
+
+hr {
+ clear: both;
+}
+
+p {
+ margin-top: 2px;
+}
+
+
+.hand {
+ font-family: Pacifico;
+ font-size: 18px;
+}
+
+h1.top {
+ text-align: center;
+}
+
+.sub-head {
+ text-align: center;
+ color: #888;
+ font-size: 18px;
+ margin: 10px 0px;
+}
+
+.layout-main, .layout-main-section {
+ padding: 50px;
+}
+
+.layout-main-section {
+ width: 60%;
+}
+
+.layout-side-section {
+ padding-top: 50px;
+}
+
+h2 {
+ //font-family: Pacifico;
+ font-size: 20px;
+ font-weight: bold;
+ color: #CC0000;
+ padding: 25px 0px 25px 0px;
+ clear: both;
+ text-align: left;
+}
+
+.center {
+ text-align: center;
+}
+
+.left {
+ width: 375px;
+ padding-right: 25px;
+ float: left;
+}
+
+.right {
+ width: 375px;
+ padding-left: 25px;
+ float: left;
+}
+
+.page-footer {
+ clear: both;
+ margin: -50px;
+ margin-top: 50px;
+ background-color: #FFFAED;
+ padding: 50px;
+}
+
+.page-footer input {
+ width: 140px;
+ font-size: 17px;
+ padding: 4px;
+ margin-top: 2px;
+}
+
+.page-footer .section-head {
+ padding: 0px;
+ margin-bottom: 7px;
+}
+
+.green {
+ color: green;
+}
+
+.web-form input, .web-form textarea {
+ width: 400px;
+ font-size: 17px;
+ padding: 4px;
+}
+
+.link-big {
+ font-size: 140%;
+}
+
+.sticky {
+ background-color: #F0EDDD;
+ padding: 15px;
+ margin-left: 15px;
+ font-size: 12px;
+ color: #444;
+ width: 240px;
+ min-height: 120px;
+ float: right;
+ box-shadow: 2px 2px 6px #973;
+}
\ No newline at end of file