.content {
position: relative;
background-image: url("http://www.2ndChanceSaloon.com/images/19.jpg");  
background-repeat: no-repeat;
margin: 0 0;
padding: 0 0;
top: 0;
left: 0;
height: 1200px;
overflow: hidden;  
background-color: black; 
}

body {
background-color: black;
}


#secondtitle {
position: absolute;
left: -05px;
top: -30px;
}

#topnav {
display: block;
clear: both;
margin: auto;
padding: 0 0;
position: relative;
top: 110px;
left: -21px;
text-align: center;
}

#topnav li {
display: inline;
padding-left: 60px;
font-size: large;
}

.choice {
color: #C40F14 !important;
}

#topnav li a:link {
color: #ffde59;
}

#topnav li a:visited {
color: #ffde59;
}

#topnav li a:hover {
color: red;
}

#topnam a.active {
color: red;
}

#sidenav {
margin: 0 0;
padding: 0 0;
position: relative;
top: 120px;
right: 30px;
clear: both;
float: right;
height: 200px;
width: 200px;
font-size: x-large;
line-height: 60px;
color: yellow;

}

#sidenav li a {
color: red;
font-style: italic;
}

#sidenav a.selected {
color: yellow;
}


#main {
border: 1px solid yellow;
position: absolute;
width: 550px;
top: 170px;
right: 250px;
text-align: center;
background-color: #450505;

}

#main #ontap table {
position: relative;
text-align: center;
width: 90%;
border: none;
margin: 0 auto;
font-size: 1.0em;
padding 0 30px 0 30px;
line-height: 1.4em;
}

#main #ontap table td {
text-align:center;
width: 29%;
color: yellow;
border: none;
}

#main #bottles table {
position: relative;
text-align: center;
width: 90%;
border: none;
margin: 0 auto;
font-size: 1.0em;
padding 0 30px 0 30px;
line-height: 1.4em;
}

#main #bottles table td {
text-align:center;
width: 29%;
color: yellow;
border: none;
}


#footer {
position: absolute;
clear: both;
margin: auto;
left: 300px;
bottom: 1px;
text-align: center;
color: #F81D1B;
}

#footer a:link {
color: yellow;
}

