@charset "utf-8";
/* CSS Document */

@import url(reset.css);

body {
background: #000 url(../images/grb.jpg) no-repeat center top fixed;
margin: 0;
padding: 0; 
font-family: "Trebuchet MS";
color: #fff; 
font-size: 12px;
}

#smoker-first {
background: url(../images/smoker-first.png) 0 0 repeat-x;
width: 100%;
height: 700px;
position: fixed;
top: 0;
left: 0;
z-index: 1;
display: none;
}

#smoker-second {
background: url(../images/smoker-second.png) 0 0 repeat-x;
width: 100%;
height: 700px;
position: fixed;
top: 0;
left: 0;
z-index: 1;
display: none;
}