body {
background-image: url('images/hot-background.jpg');
background-color: #030303;
}

#slider-nav.nav a {
color: white;
background-color: red;
}

#content {background-color: black;}
#content h1 {
color: #b22717;
background-color: #de4511;
border-color: black;
}
#content h1 a {color: #335e8e;}