Title: Adding Grey Background
Last modified: August 19, 2016

---

# Adding Grey Background

 *  [atlantiscanyon](https://wordpress.org/support/users/atlantiscanyon/)
 * (@atlantiscanyon)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/adding-grey-background/)
 * Hey,
    I want to add a background just like the one found at [http://www.hypebeast.com](http://www.hypebeast.com).
   Basically there is a grey background but it starts away from the posts, so the
   posts exist in a white background while the edges of the page are grey.
 * I know i need to adjust the container code in my style.css, but I cant figure
   this out.
 *     ```
       /* container */
       #container {
       	margin-bottom:15px;
       }
   
       #top-container {
       	background:transparent url(images/slider-bg.png) no-repeat 0 0;
       	height:212px;
       }
       ```
   
 * Any help would be much appreciated!
 * My site is [http://streetarchaeologist.com/](http://streetarchaeologist.com/)

Viewing 1 replies (of 1 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/adding-grey-background/#post-1476778)
 *     ```
       body {
       background:#ccc;
       color:#000000;
       font:14px Arial,Verdana,Tahoma;
       }
       .wrapper {
       background:#fff;
       margin:0 auto;
       width:1050px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Adding Grey Background’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/adding-grey-background/#post-1476778)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
