
        body {
	background-image:url('images/bg.png');
        background-attachment:fixed;
	background-repeat: repeat;
	background-color:#cccccc;
            margin: 0;
            padding: 0;
            font-family: {font:Body};
        }
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
	color:#ff4cb7;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.img-container {
	width: 100%;
	height: auto;
}



        
        .clear {
            clear: both;
            height: 0px;
            overflow: hidden;
        }
        
        a img {
            border: none;
        }
	
	#header {
		width: 100%;
		height: auto;
		align: top;
		
	}
        
        #wrapper {
            width: 1300px;
            margin: auto;
	    align: center;
            
        }
        
            #wrapper #title {
                margin: 30px 0;
                color: #fff;
                font-size: 25px;
                font-weight: bold;
                font-family: {font:Title};
                text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
                letter-spacing: -1px;
            }
            
                #wrapper #title a {
                    color: #fff;
                    text-decoration: none;
                }
            
            #wrapper #content {
                width: 1100px;
                float: center;
              
            }
            
                #wrapper #content .post {
                    font-family: {font:Body};
                    background: #fff;
                    padding: 10px;
                    position: relative;
                }
                    
              
                        #wrapper #content .bottom {
                            background: url('images/sidebar-bottom.png') top center no-repeat transparent;
                            width: 625px;
                            height: 42px;
                            margin: 0 auto;
                        }

			#wrapper #content .top {
                        background: url('images/sidebar-top.png') top center no-repeat transparent;
                        width: 625px;
                        height: 40px;
			}

#textback {
	width: 1000px;
	/* background: #413e42 */
    background: rgb(54, 25, 25); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(54, 25, 25, .5);
	}

                    
  