Commit 20e1197d026978b414c24b091733c39e89d83733

Fix path names in main.css
  
9393/* ==========================================================================
9494 Author's custom styles
9595 ========================================================================== */
96body{
97 font-family: arial,helvetica,sans-serif;
98background-color:#DC6012;
99 background-image: url("/static/img/bg.gif");
100 background-repeat: repeat-x;
101 color: #FFFFFF;
102 font: 11px/16px arial,helvetica,sans-serif;
103 margin: 10px;
104 padding: 0;
105 position: relative;
106 text-align: center;
96body{
97 font-family: arial,helvetica,sans-serif;
98 background-color:#DC6012;
99 background-image: url("../img/bg.gif");
100 background-repeat: repeat-x;
101 color: #FFFFFF;
102 font: 11px/16px arial,helvetica,sans-serif;
103 margin: 10px;
104 padding: 0;
105 position: relative;
106 text-align: center;
107107}
108
109#footer a {
110 color: #0E3C82;
111}
108112#head_white
109113{
110 background-image: url("static/img/bg-white.jpeg");
114 background-image: url("../img/bg-white.jpeg");
111115 width:100%;
112116 content:"";
113117 min-height:100%;