Css
@import url(http://themes.wdfiles.com/local--code/goodnight);
 
/* Removes the Sidebar */
#side-bar {display: none;}
#main-content {
    width: 100%;
    border: none;
}
#page-content {width: 97%;}
 
html { 
  background: url(http://feramorrah.wikidot.com/local--files/admin:css/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  
 
/* Fixes the gray links at the bottom */
#footer a:hover {color: #FFF;}
 
#license-area a:hover {color: #000;}
 
#header h2 {
    color: #333;
}
 
#header {
    background: url(http://i1159.photobucket.com/albums/p622/Ironykins/Zhaitan.jpg); 
    background-color:rgba(0,0,0, 0.5);
    height: 154px;
    width: 958px;
    position: relative;
    -webkit-box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}
 
#login-status a:hover {color: #48a0ff;}
#login-status {color: #EEE;}
#login-status a { color: #EEE;}
#account-options a { color: #666; }
 
#content-wrap {
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px; 
    border:1px solid black;
    border-top-style:none;
    border-right-style:solid;
    border-bottom-style:none;
    border-left-style:solid;
}
 
#footer {
    -webkit-box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; 
    background: #3b3b3b url(http://themes.wdfiles.com/local--files/goodnight/goodnight-topbar-bg.png) repeat;
    padding: 12px 10px 12px;
}