body {
    color: #000;
    background: #eee;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    min-height: 101%;
    background-position: 0% 0%; 
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-image: url("https://s1.ax1x.com/2018/10/02/i1vU9e.jpg");
    background-size: cover;
    background-origin: padding-box; 
    background-clip: border-box;
}
#home {
    margin: 0 auto;
     margin-top: 0px;
     margin-bottom: 0px;
    width: 86%;
    min-width: 1200px;
    background-color: rgba(255,255,255,0.8);
    padding: 30px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    background: url( ) no-repeat; 
}
#blogTitle, #navigator {
   margin: 0;
}
#mainContent {
   width: 72%;
}
#sideBar {
   width: 24%;
}
#footer{
   padding-top: 30px;
   background: url( ) no-repeat 220px 0;  
   color:white;
   font-size:12px;
}
#main {
   opacity: 0.7;
   width: 100% !important;
}
#header {
   opacity: 0.7;
   background-color: #333333;
   padding-left: 8px;
   height: 140px;
   width: auto !important;
}
.blogStats {
   text-align: left;
   padding-left: 10px;
   margin-top: 5px;
}
#navList li {
   float: none;
}
#navList li a {
   background-color: #333333 !important;
}
#navList li a:focus, #navList li a:hover, #navList li a:active {
   background-color: #333333;
   opacity: 1;
}
#blogTitle {
   display: block;
}
#blogTitle h1 {
   padding-top: 10px;
   font-size: 30px;
   line-height: 40px;
   font-weight: bold;
   padding-left: 8px;
}
#blogTitle h2 {
   color: #cacaca;
   font-size: 20px;
   line-height: 30px;
   padding-left: 8px;
}
#lnkBlogLogo {
   display: none;
}
.forFlow img {
   margin-top: 0;
}
h3 {
    font-size: 12px !important;
}
#header {
    height: 200px;
}