/* CSS for Ezee Cig Splash page by DEP */

/* Testing */

.Rbone {
border: 1px solid red;
}

.Bbone {
border: 1px solid blue;
}

.Pbone {
border: 1px solid fuchsia;
}

.Gbone {
border: 1px solid green;
}

/* S K E L E T O N */

body {
position: relative;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
background-color: #262626;
background-image: url(/ezeecigImages/headerFade.png);
background-repeat: repeat-x;
}

/* H E A D E R */

#header {
width: 100%;
height: 540px;
margin: 0 auto;
}


/* C O N T E N T */

#contentContainer {
position: relative;
width: 100%;
top: -170px;
margin: 0 auto;
}

/* F O O T E R */

#footer {
position: relative;
width: 900px;
margin: 0 auto;
top: -170px;
}
